From 51d6b22cd80121263934c0e7ce0afe0679dde4e3 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Tue, 5 May 2026 08:23:47 +0530 Subject: [PATCH] chore: configure pg data vol for postgres service --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d86ae6..cb73917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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