fix: use service hostnames for e2e postgres and valkey connections

This commit is contained in:
Ryan Moon
2026-04-01 21:13:04 -05:00
parent 77e155b8c3
commit 41037af4f6

View File

@@ -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