mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update web container, build locally instead of cloud version
This commit is contained in:
@@ -39,6 +39,7 @@ services:
|
|||||||
- "db:database"
|
- "db:database"
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
- "3003:3003"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
PGRST_DB_SCHEMA: api
|
PGRST_DB_SCHEMA: api
|
||||||
@@ -112,13 +113,18 @@ services:
|
|||||||
max-size: 10m
|
max-size: 10m
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: xbgmsharp/postgsail-vuestic
|
image: vuestic-postgsail
|
||||||
|
build:
|
||||||
|
context: https://github.com/xbgmsharp/vuestic-postgsail.git#live
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
hostname: web
|
||||||
container_name: web
|
container_name: web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
links:
|
links:
|
||||||
- "api:postgrest"
|
- "api:postgrest"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- VITE_PGSAIL_URL=${PGSAIL_API_URL}
|
- VITE_PGSAIL_URL=${PGSAIL_API_URL}
|
||||||
- VITE_APP_INCLUDE_DEMOS=false
|
- VITE_APP_INCLUDE_DEMOS=false
|
||||||
|
Reference in New Issue
Block a user