From 092ba746917fd0ee5523fbd313e4e330f468877f Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 12 Nov 2025 14:40:38 +0500 Subject: [PATCH] modified: main_dc/docker-compose.yml hardcode the port into test path request --- main_dc/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: