diff --git a/main_dc/docker-compose.yml b/main_dc/docker-compose.yml index 2eafc26..f9392bc 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -247,9 +247,9 @@ services: - app-network - web-network healthcheck: - test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"] - interval: 10s - timeout: 5s + test: ["CMD", "wget", "--spider", "http://localhost:8088/health"] + interval: 30s + timeout: 10s retries: 3 volumes: