towards healthchecks for all containers
This commit is contained in:
@@ -17,3 +17,8 @@ services:
|
||||
- /dev/mapper:/dev/mapper
|
||||
extra_hosts:
|
||||
- "host:${HOST_IP}"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pidof collectd || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user