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:
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue