Update docker, Add build arg

This commit is contained in:
xbgmsharp
2024-02-22 22:53:50 +01:00
parent 9ba79123ec
commit e473baa5a0

View File

@@ -117,6 +117,11 @@ services:
build: build:
context: https://github.com/xbgmsharp/vuestic-postgsail.git#live context: https://github.com/xbgmsharp/vuestic-postgsail.git#live
dockerfile: Dockerfile dockerfile: Dockerfile
args:
- VITE_PGSAIL_URL=${PGSAIL_API_URL}
- VITE_APP_INCLUDE_DEMOS=false
- VITE_APP_BUILD_VERSION=true
- VITE_APP_TITLE=${VITE_APP_TITLE}
hostname: web hostname: web
container_name: web container_name: web
restart: unless-stopped restart: unless-stopped