mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
chore(service): improve uptime kuma
- improve uptime kuma healthcheck - rename volume
This commit is contained in:
@@ -11,9 +11,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_UPTIMEKUMA_3001
|
- SERVICE_URL_UPTIMEKUMA_3001
|
||||||
volumes:
|
volumes:
|
||||||
- uptime-kuma:/app/data
|
- uptime-kuma-data:/app/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "extra/healthcheck"]
|
test: ["CMD-SHELL", "extra/healthcheck"]
|
||||||
interval: 2s
|
interval: 5s
|
||||||
timeout: 10s
|
timeout: 5s
|
||||||
retries: 15
|
retries: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user