From f69fdcad4875d1f6e92819fc40b30ded9f2c2361 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 27 Jul 2026 12:57:27 -0500 Subject: [PATCH] fix: use Docker network for postgres, set PGHOST to avoid port conflicts --- .forgejo/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index beb0807..f164956 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres POSTGRES_DB: aprsme_test - ports: - - 5432:5432 options: >- --health-cmd "pg_isready -U postgres" --health-interval 10s @@ -27,6 +25,7 @@ jobs: env: MIX_ENV: test ImageOS: ubuntu24 + PGHOST: postgres steps: - name: Configure git for submodules