Added Healthchecks
This commit is contained in:
@@ -7,6 +7,12 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- uptime-kuma:/app/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "extra/healthcheck"]
|
||||
interval: 60s
|
||||
timeout: 30s
|
||||
retries: 5
|
||||
start_period: 180s
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user