chore(service): improve uptime kuma
- improve uptime kuma healthcheck - rename volume
This commit is contained in:
parent
fdb7bc5cd2
commit
4e4f329490
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue