anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

feat(docker): Add HEALTHCHECK to dockerfiles #58

Open roninjin10 opened 1 year ago

roninjin10 commented 1 year ago

Adding a HEALTHCHECK to dockerfiles is useful both as a documentation of the best way to check the health of the container. Since docker containers are being spun up programmatically they also help with docker inspect being a good way to check the health of a container