diff --git a/docker-compose.yml b/docker-compose.yml index 266220f..cb8068b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -446,10 +446,10 @@ services: condition: service_healthy restart: always healthcheck: - test: [ "CMD", "wget", "-qO-", "http://openaev:8080/actuator/health/ping" ] + test: [ "CMD", "wget", "-qO-", "http://openaev:8080/api/health?health_access_key=${OPENAEV_HEALTHCHECK_KEY}" ] interval: 10s timeout: 5s - retries: 30 + retries: 20 start_period: 120s ###########################