-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
What
Add HEALTHCHECK instructions to the Dockerfiles for Gateway, Episode Store, Policy Engine, and OTel Collector so Docker Compose can report service health accurately.
Why
Right now docker ps shows all services as 'Up' even if they're not actually responding. Healthchecks let Docker (and users) know when a service is truly ready.
Where to start
- Add a
/healthor/readyzendpoint to each service if one doesn't exist - Add
HEALTHCHECKto each Dockerfile - Update
docker-compose.ymlwithdepends_onconditions usingservice_healthy
This is a great first contribution — small, self-contained, and improves the setup experience for everyone.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers