towards healthchecks for all containers
This commit is contained in:
@@ -6,3 +6,8 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- AUTOHEAL_CONTAINER_LABEL=all
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pgrep -f autoheal || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user