From b8d818da0f84ec3dc9868bda3a95b2f2e722dd48 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 27 Dec 2024 19:49:31 -0300 Subject: [PATCH] fix: health check --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index fc5baac..c1a1a17 100644 --- a/compose.yml +++ b/compose.yml @@ -43,7 +43,7 @@ services: volumes: - db:/var/lib/postgresql/data healthcheck: - test: pg_isready -U ${DATABASE_USER} -d ${DATABASE_NAME} + test: pg_isready -U nocodb -d nocodb interval: 10s timeout: 2s retries: 10