From 41037af4f645026665e8a069cd86d68a6907fc38 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Wed, 1 Apr 2026 21:13:04 -0500 Subject: [PATCH] fix: use service hostnames for e2e postgres and valkey connections --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5136fc0..80c7e6c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,6 +54,10 @@ jobs: --health-timeout 3s --health-retries 5 + env: + DB_HOST: postgres + REDIS_URL: redis://valkey:6379 + steps: - name: Checkout uses: actions/checkout@v4