From 91e84a5059d2f4b9faf632eca43807668898c4b9 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 20 Apr 2024 20:04:33 -0400 Subject: [PATCH] Move PostgreSQL port --- .gitea/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cbcf750..d51d841 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,7 +29,13 @@ jobs: --health-timeout 5s --health-retries 5 ports: - - 5432:5432 + - target: 5432 + published: 8301 + protocol: tcp + mode: overlay + + env: + BITBADGER__DOCUMENTS__POSTGRES__DBPORT: 8301 steps: - uses: actions/checkout@v3