From bb3c00685d9ad10cc4323aca1ea65cde3286d623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=A1=D0=B0=D0=B7=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Tue, 12 Aug 2025 20:04:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 89ab526..02cf35c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: POSTGRES_USER: user POSTGRES_PASSWORD: password healthcheck: - test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB} || exit 1"] + test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB}"] interval: 5s timeout: 10s retries: 15