Commit Graph

8 Commits

Author SHA1 Message Date
a9bd037dce fix: remove restart:no from hf_frontend, keep only on hf_backend 2026-04-15 04:49:52 +00:00
2988b6eb28 fix: hf_frontend depends only on wizard, VITE_API_BASE_URL points to wizard 2026-04-15 04:49:13 +00:00
7b1a195af6 feat: re-add hf_backend with restart:no, hf_frontend depends on both hf_backend and wizard 2026-04-15 04:46:56 +00:00
07b5816987 chore: remove hf_backend, keep only wizard and hf_frontend 2026-04-15 04:44:55 +00:00
b9e35b9766 fix: hf_frontend depends_on both hf_backend and wizard 2026-04-15 04:43:04 +00:00
e46e1aa0c6 feat: update HarborForge services config from reference compose
- hf_backend: use explicit env vars (CONFIG_DIR, SECRET_KEY, LOG_LEVEL), wizard_config volume
- hf_frontend: VITE_API_BASE_URL points to hf_backend service name, VITE_WIZARD_PORT
- wizard: CORS_ORIGINS, LISTEN_ADDR, MAX_BACKUPS
- Add mysql healthcheck condition for hf_backend
2026-04-15 04:36:37 +00:00
9e99cda36b feat: add HarborForge services (hf_backend, hf_frontend, wizard) to docker-compose
- hf_backend: zhi/harborforge-backend:multi-stage on port 8000
- hf_frontend: zhi/harborforge-frontend:latest on port 3000
- wizard: nav/abstract-wizard:latest on port 8082
- All services share app-network bridge
2026-04-15 04:25:37 +00:00
3a526787cf Initial commit: docker-compose.yml 2026-04-14 19:12:06 +00:00