fix(pipeline): Remove explicit postgres port

This commit is contained in:
2025-11-15 08:47:06 +01:00
parent f5487864ff
commit dc3a898986

View File

@@ -24,8 +24,6 @@ jobs:
POSTGRES_DB: legalconsenthub_test
POSTGRES_USER: test
POSTGRES_PASSWORD: test
ports:
- 5432:5432
options: >-
--health-cmd "pg_isready -U test"
--health-interval 10s