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:
|
||||
- "$HF_FRONTEND_PORT:3000"
|
||||
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}
|
||||
FRONTEND_DEV_MODE: ${HF_FRONTEND_DEV_MODE:-0}
|
||||
NODE_ENV: production
|
||||
depends_on:
|
||||
- hf_backend
|
||||
- wizard
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
Reference in New Issue
Block a user