fix remaining healthchecks
This commit is contained in:
@@ -13,7 +13,11 @@ services:
|
||||
- "sonarr:${HOST_IP}"
|
||||
- "radarr:${HOST_IP}"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5055/status"]
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"wget --no-verbose --spider http://localhost:5055/status || exit 1",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user