alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
98 stars 33 forks source link

Add docker healthchecks #37

Closed alangecker closed 3 years ago

alangecker commented 4 years ago

Docker offers to monitor the health of containers.

this can be archived either by a HEALTHCHECK command [1] in the Dockerfile or via a healthcheck property in the docker-compose file.

It can be really helpful for debugging some issues like #35, so I think we should add it.


[1] https://docs.docker.com/engine/reference/builder/#healthcheck [2] https://docs.docker.com/compose/compose-file/#healthcheck

alangecker commented 3 years ago

moved to the 2.3 development -> bigbluebutton/docker#58