Update web frontend container

This commit is contained in:
xbgmsharp
2023-07-03 10:13:48 +02:00
parent da100ddd18
commit a64ef5850d

View File

@@ -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