Set healthcheck interval higher for slow systems
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61222baaa0
commit
bf4de0df97
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user