fix: hf_frontend depends_on both hf_backend and wizard

This commit is contained in:
2026-04-15 04:43:04 +00:00
parent e46e1aa0c6
commit b9e35b9766

View File

@@ -66,6 +66,7 @@ services:
NODE_ENV: production
depends_on:
- hf_backend
- wizard
networks:
- app-network