fix: hf_frontend depends only on wizard, VITE_API_BASE_URL points to wizard

This commit is contained in:
2026-04-15 04:49:13 +00:00
parent 7b1a195af6
commit 2988b6eb28

View File

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