multinet-app / multinet-deploy

The ansible deployment tasks for multinet.app
0 stars 0 forks source link

Add healthchecks to the docker containers and automatically restart them when there are issues #6

Closed JackWilb closed 4 years ago

JackWilb commented 4 years ago

It's possible to specify a healthcheck for each container that will allow docker to keep tabs on how the containers are doing. With this information it can restart the containers if they're hanging for any significant amount of time.