towards healthchecks for all containers
This commit is contained in:
@@ -9,3 +9,8 @@ services:
|
||||
- /opt/rsnapshot:/config
|
||||
- /mnt/yotta/xenon/rsnapshot:/host/scratch
|
||||
- /root/.ssh:/root/.ssh:ro
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "ps aux | grep '[c]ron' || exit 1"]
|
||||
interval: 60s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user