myos/stack/host/autoheal.yml

12 lines
268 B
YAML
Raw Normal View History

2022-11-16 14:36:09 +01:00
version: '3.6'
services:
autoheal:
2022-11-29 17:22:35 +01:00
container_name: ${HOST_COMPOSE_PROJECT_NAME}-autoheal
2022-11-16 14:36:09 +01:00
image: willfarrell/autoheal:latest
environment:
- AUTOHEAL_CONTAINER_LABEL=all
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock