From 03f974cbe5fb0666a02e378763416ec3d9684ecc Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 12 Nov 2025 13:53:18 +0500 Subject: [PATCH] modified: main_dc/docker-compose.yml change check path --- main_dc/docker-compose.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/main_dc/docker-compose.yml b/main_dc/docker-compose.yml index 4a50b0b..fb7cfee 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -181,7 +181,7 @@ services: "--spider", "http://localhost:8080/api/health", ] - interval: 3000s + interval: 30s timeout: 10s retries: 3 @@ -247,15 +247,7 @@ services: - app-network - web-network healthcheck: - test: - [ - "CMD", - "wget", - "--no-verbose", - "--tries=1", - "--spider", - "http://localhost:${API_ES_APP_PORT}/health", - ] + test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"] interval: 30s timeout: 10s retries: 3