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

Integration with docker-compose

Open InsOpDe opened this issue 6 years ago • 1 comments

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

InsOpDe avatar Dec 13 '19 12:12 InsOpDe

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.

hasnat avatar Dec 13 '19 17:12 hasnat