mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
Update web frontend container
This commit is contained in:
@@ -100,8 +100,11 @@ services:
|
|||||||
max-size: 10m
|
max-size: 10m
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: xbgmsharp/postgsail-vuestic
|
image: xbgmsharp/vuestic-postgsail:dev
|
||||||
container_name: web
|
build:
|
||||||
|
context: https://github.com/xbgmsharp/vuestic-postgsail.git#live
|
||||||
|
dockerfile: Dockerfile_dev
|
||||||
|
container_name: web_dev
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||||
@@ -109,6 +112,11 @@ services:
|
|||||||
- "3006:8080"
|
- "3006:8080"
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
environment:
|
||||||
|
- VITE_PGSAIL_URL=${PGSAIL_API_URL}
|
||||||
|
- VUE_APP_INCLUDE_DEMOS=false
|
||||||
|
- VITE_APP_BUILD_VERSION=true
|
||||||
|
- VITE_APP_TITLE=PostgSail Dev
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- api
|
- api
|
||||||
|
Reference in New Issue
Block a user