add stack node/autoheal
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user