Commit Graph

4 Commits

Author SHA1 Message Date
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
f343d3c12e chore: add .gitignore and remove .env from repo 2026-04-15 04:28:16 +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