Set healthcheck interval higher for slow systems
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-05-15 11:06:21 +02:00
parent 61222baaa0
commit bf4de0df97
Signed by: moritz
GPG Key ID: 1020A035E5DD0824

View File

@ -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: