Context
This issue tracks the addition of CI checks to validate that service health conditions in docker-compose.yaml are properly configured and working.
Background
As part of PR #47, health checks were added to the llm service to ensure proper startup ordering. We need CI validation to ensure these health checks function correctly before deployment.
Requirements
- Add CI workflow that validates service health conditions
- Ensure health check endpoints are reachable and return expected responses
- Verify that dependent services wait for healthy status before starting
- Test service startup ordering with health checks
Related
Context
This issue tracks the addition of CI checks to validate that service health conditions in docker-compose.yaml are properly configured and working.
Background
As part of PR #47, health checks were added to the llm service to ensure proper startup ordering. We need CI validation to ensure these health checks function correctly before deployment.
Requirements
Related