docker-autoheal
docker-autoheal copied to clipboard
Integration with docker-compose
Should I only run one instance per node or should I run one instance per network? Im trying to understand whether I should add it to all my docker-compose.yml or not
one per node should be fine. This works off a docker socket shared to container, infact network_mode: none for autoheal would work too.
Generally users would have application services compose file separate to node specific/ services agnostic "agents/services" compose file which could be deployed independently.