Added Healthchecks

This commit is contained in:
2026-04-27 13:21:38 -07:00
parent a6be052ec7
commit 468b1d3a70
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -7,6 +7,12 @@ services:
volumes: volumes:
- /home/${UPTIMEKUMA_USERNAME}/uptime-kuma/data:/app/data - /home/${UPTIMEKUMA_USERNAME}/uptime-kuma/data:/app/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
healthcheck:
test: ["CMD-SHELL", "extra/healthcheck"]
interval: 60s
timeout: 30s
retries: 5
start_period: 180s
deploy: deploy:
resources: resources:
limits: limits:
+6
View File
@@ -7,6 +7,12 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- uptime-kuma:/app/data - uptime-kuma:/app/data
healthcheck:
test: ["CMD-SHELL", "extra/healthcheck"]
interval: 60s
timeout: 30s
retries: 5
start_period: 180s
deploy: deploy:
resources: resources:
limits: limits: