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: