chore: configure pg data vol for postgres service

This commit is contained in:
ramvignesh-b
2026-05-05 08:23:47 +05:30
parent dacef9f9e2
commit 51d6b22cd8
+1
View File
@@ -74,6 +74,7 @@ jobs:
POSTGRES_DB: ${{ env.DB_NAME }}
POSTGRES_USER: ${{ env.DB_USER }}
POSTGRES_PASSWORD: ${{ env.DB_PASSWORD }}
PGDATA: /var/lib/postgresql/data/pgdata
ports:
- 5442:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5