Commit Graph

3 Commits

Author SHA1 Message Date
LUIS NOVO d0d5d97578 fix: wait for API to be ready before starting frontend
Users reported "Unable to Connect to API Server" errors on startup
because the frontend started before the API finished initialization
(database migrations, etc.).

- Add wait-for-api.sh script that polls /health endpoint
- Update supervisord configs to use wait script instead of sleep 5
- Waits up to 5 minutes for API to be ready before starting frontend
- Applies to both single-container and multi-container deployments

Fixes #315
2025-12-14 11:39:59 -03:00
LUIS NOVO 62691413ae remove lint from docker publish workflow 2025-10-18 22:49:25 -03:00
LUIS NOVO 7059493143 chore: export docs for custom gpt 2025-10-18 20:26:11 -03:00