Upate hc for portainer, radicale, stirling-pdf, and syncyomi

This commit is contained in:
2025-07-20 15:55:40 +05:30
parent 046c42e7a1
commit 65b0951ecf
4 changed files with 10 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ services:
- 9443:9443
healthcheck:
test: "wget --no-verbose --tries=1 --spider http://localhost:9000/api/system/status || exit 1"
start_period: 10s
interval: 10s
timeout: 5s
retries: 3
start_period: 10s

View File

@@ -26,5 +26,7 @@ services:
- ${PORT}:5232
healthcheck:
test: curl -f http://127.0.0.1:5232 || exit 1
interval: 30s
interval: 10s
timeout: 5s
retries: 3
start_period: 10s

View File

@@ -21,7 +21,7 @@ services:
- ${PORT}:8080
healthcheck:
test: [ "CMD-SHELL", "curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP'" ]
interval: 5s
timeout: 10s
retries: 5
start_period: 120s
interval: 10s
timeout: 5s
retries: 3
start_period: 30s

View File

@@ -13,5 +13,6 @@ services:
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8282"]
interval: 10s
timeout: 10s
timeout: 5s
retries: 3
start_period: 10s