diff --git a/portainer/docker-compose.yml b/portainer/docker-compose.yml index dd021e2..6a21b05 100644 --- a/portainer/docker-compose.yml +++ b/portainer/docker-compose.yml @@ -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 diff --git a/radicale/docker-compose.yml b/radicale/docker-compose.yml index 7ccc1a0..9cefae8 100644 --- a/radicale/docker-compose.yml +++ b/radicale/docker-compose.yml @@ -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 diff --git a/stirling-pdf/docker-compose.yml b/stirling-pdf/docker-compose.yml index 9b79e13..3848ce7 100644 --- a/stirling-pdf/docker-compose.yml +++ b/stirling-pdf/docker-compose.yml @@ -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 diff --git a/syncyomi/docker-compose.yml b/syncyomi/docker-compose.yml index 92bd76f..21fec6d 100644 --- a/syncyomi/docker-compose.yml +++ b/syncyomi/docker-compose.yml @@ -13,5 +13,6 @@ services: healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8282"] interval: 10s - timeout: 10s + timeout: 5s retries: 3 + start_period: 10s