From eea96b9f02c7d66bc403816aff07fe2b96857e2c Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Thu, 14 May 2026 19:37:30 +0300 Subject: [PATCH] fix health check --- backend/postgres/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/postgres/compose.yml b/backend/postgres/compose.yml index 7918fa9..1fc2af2 100644 --- a/backend/postgres/compose.yml +++ b/backend/postgres/compose.yml @@ -9,7 +9,7 @@ services: start_period: 20s test: - CMD-SHELL - - pg_isready -U $${POSTGRES_USER_FILE} + - pg_isready -U "$$(cat /run/secrets/POSTGRES_USER)" timeout: 5s env_file: - .env