From bf4de0df97ac6d5419d18b265b56d7d14d7e8110 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 15 May 2025 11:06:21 +0200 Subject: [PATCH] Set healthcheck interval higher for slow systems --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 2ecae17..0ddd2ac 100644 --- a/compose.yml +++ b/compose.yml @@ -30,8 +30,8 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" healthcheck: test: curl -f http://${STACK_NAME}_app:8008/health || exit 1 - interval: 5s - timeout: 3s + interval: 20s + timeout: 15s retries: 20 app: