docker-autoheal
docker-autoheal copied to clipboard
Monitor and restart unhealthy docker containers.
Is it possible to restart containers that are dependent on the container that failed the health check? Say I have containers `A` and `B` that have `C` as a dependency....
Tried deploying a container with this image on Armbian (an OrangePi PC board), but it constantly restarts. First, tried running it with the following DockerCompose (I previously deployed the exact...
This is more of a question, when could we expect a tagged release (that is not Latest) ex. 1.3.0 with the webhook support? Really excited to see this feature added...
when I set DOCKER_SOCK on container start, I get the following error from the logs: /docker-entrypoint: exec: line 128: autoheal: not found /docker-entrypoint: exec: line 128: autoheal: not found /docker-entrypoint:...
If there can be a pushover (and any other notifier platform) included in case of an unhealthy docker
I have the notification webhook doing to a discord webhook, but it doesn't seem to be working. Is there. Way to test webhook notifications on demand? Thanks in advance.

I have a very standard EC2 instance on which I run docker-autoheal to watch over about 8 other containers. It works absolutely perfectly and always restarts these containers when they...