saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

Autoheal: Change default configuration #131

Closed saltydk closed 1 year ago

saltydk commented 1 year ago

Currently autoheal is enabled for all containers and we should rework this setup to allow opt-out of certain containers (like plex) to avoid issues for people.

Idea is to remove

autoheal_docker_envs_default:
  AUTOHEAL_CONTAINER_LABEL: "all"

and add

autoheal=true

to containers when role doesn't opt them out.