From bc2f39c208bb02560a991a28f8bb3f6796175acb Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Wed, 1 Apr 2026 21:15:52 -0500 Subject: [PATCH] fix: revert service hostnames to localhost for host network mode --- .gitea/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80c7e6c..5136fc0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,10 +54,6 @@ jobs: --health-timeout 3s --health-retries 5 - env: - DB_HOST: postgres - REDIS_URL: redis://valkey:6379 - steps: - name: Checkout uses: actions/checkout@v4