fix: hf_frontend depends only on wizard, VITE_API_BASE_URL points to wizard
This commit is contained in:
@@ -76,12 +76,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "$HF_FRONTEND_PORT:3000"
|
- "$HF_FRONTEND_PORT:3000"
|
||||||
environment:
|
environment:
|
||||||
VITE_API_BASE_URL: http://hf_backend:${HF_BACKEND_PORT:-8000}
|
VITE_API_BASE_URL: http://wizard:${WIZARD_PORT:-8082}
|
||||||
VITE_WIZARD_PORT: ${WIZARD_PORT:-8082}
|
VITE_WIZARD_PORT: ${WIZARD_PORT:-8082}
|
||||||
FRONTEND_DEV_MODE: ${HF_FRONTEND_DEV_MODE:-0}
|
FRONTEND_DEV_MODE: ${HF_FRONTEND_DEV_MODE:-0}
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
depends_on:
|
depends_on:
|
||||||
- hf_backend
|
|
||||||
- wizard
|
- wizard
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
|||||||
Reference in New Issue
Block a user