chore(service): improve uptime kuma

- improve uptime kuma healthcheck
- rename volume
This commit is contained in:
peaklabs-dev 2026-01-08 21:10:17 +01:00
parent fdb7bc5cd2
commit 4e4f329490
No known key found for this signature in database

View file

@ -11,9 +11,9 @@ services:
environment:
- SERVICE_URL_UPTIMEKUMA_3001
volumes:
- uptime-kuma:/app/data
- uptime-kuma-data:/app/data
healthcheck:
test: ["CMD-SHELL", "extra/healthcheck"]
interval: 2s
timeout: 10s
retries: 15
interval: 5s
timeout: 5s
retries: 10