fix(ci): remove postgres service port mapping to prevent docker-host port conflicts
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-21 18:42:10 +00:00
parent 3dadf1e8b3
commit d31ab190eb

View File

@@ -20,8 +20,6 @@ jobs:
POSTGRES_USER: memento_test
POSTGRES_PASSWORD: memento_test
POSTGRES_DB: memento_test
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 5s