From 27fe549e1521b0ff2bf173f4d429ff413b132b6a Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 20 Mar 2025 08:02:55 +0530 Subject: [PATCH] Shorten --- server/compose.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/server/compose.yaml b/server/compose.yaml index 8c33de3845..a9ef5f6d52 100644 --- a/server/compose.yaml +++ b/server/compose.yaml @@ -40,16 +40,7 @@ services: POSTGRES_DB: ente_db # Wait for postgres to accept connections before starting museum. healthcheck: - test: - [ - "CMD", - "pg_isready", - "-q", - "-d", - "ente_db", - "-U", - "pguser" - ] + test: pg_isready -q -d ente_db -U pguser start_period: 40s start_interval: 1s volumes: