From 9c777a56e5da554b3a46b0cfbdd006c12e474015 Mon Sep 17 00:00:00 2001 From: nishanthabimanyu Date: Fri, 6 Mar 2026 06:03:56 +0000 Subject: [PATCH] fix(overrides): clear db command for postgres to fix CI merge conflicts --- overrides/compose.postgres.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/overrides/compose.postgres.yaml b/overrides/compose.postgres.yaml index 18d23feb..b3222f6b 100644 --- a/overrides/compose.postgres.yaml +++ b/overrides/compose.postgres.yaml @@ -9,6 +9,7 @@ services: db: image: postgres:15-alpine + command: [] healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 5s