From 2440e5d359671384a41780cb909ac0352b3adb48 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 19 Nov 2025 05:37:09 +0500 Subject: [PATCH] modified: main_dc/docker-compose.yml set interval to 30s for healthcheck for all containers --- 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 001439a..6022ffb 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -122,7 +122,7 @@ services: "--spider", "http://localhost:8080/health", ] - interval: 20s + interval: 30s timeout: 10s retries: 3 @@ -142,7 +142,7 @@ services: - app-network healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] - interval: 5s + interval: 30s timeout: 10s retries: 5 @@ -200,7 +200,7 @@ services: - bb-network healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] - interval: 5s + interval: 30s timeout: 10s retries: 5