metacpan-docker icon indicating copy to clipboard operation
metacpan-docker copied to clipboard

Add `healthcheck.sh` to each container

Open ssoriche opened this issue 6 years ago • 1 comments

The PostgreSQL container introduced a healthcheck.sh script that is used to determine if the container is running correctly. (this leads into Kubernetes being able to tell if a container is healthy and needs to be restarted).

The other containers need appropriate scripts to ensure they are running as well.

ssoriche avatar Feb 13 '19 14:02 ssoriche

Work has already begun on adding healthchecks, creating a todo list to help keep track

  • [x] mongo
  • [x] postgres
  • [ ] api
  • [ ] web
  • [ ] github-meets-cpan

ssoriche avatar May 16 '19 19:05 ssoriche