From 333d6a56842b11595aa310150018494578f028ea Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 10 Aug 2026 13:16:36 +0000 Subject: [PATCH] ci: remove service port mappings (use docker DNS service names, avoid host port conflicts) --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a820861..8284c57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,6 @@ jobs: POSTGRES_DB: mvpcc POSTGRES_USER: mvp POSTGRES_PASSWORD: mvp - ports: - - 15432:5432 options: >- --health-cmd "pg_isready -U mvp -d mvpcc" --health-interval 10s @@ -44,9 +42,6 @@ jobs: --health-retries 10 rabbitmq: image: rabbitmq:3-management - ports: - - 15672:5672 - - 15673:15672 env: DATABASE_URL: postgresql://mvp:mvp@postgres:5432/mvpcc SCHEMA_MANAGEMENT_MODE: migrations