mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
Update docker, Add build arg
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user