fix(overrides): clear db command for postgres to fix CI merge conflicts

This commit is contained in:
nishanthabimanyu 2026-03-06 06:03:56 +00:00
parent 47ac9e8422
commit 9c777a56e5

View file

@ -9,6 +9,7 @@ services:
db:
image: postgres:15-alpine
command: []
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s