myos/stack/node/autoheal.yml

12 lines
268 B
YAML
Raw Normal View History

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