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