chore: map Postgres to host port 5433 to avoid local conflicts

This commit is contained in:
2026-09-11 19:45:49 +02:00
parent 1614c19102
commit 3bc40e5908
+1 -1
View File
@@ -8,7 +8,7 @@ services:
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
ports: ports:
- "5432:5432" - "5433:5432"
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d kcapp"] test: ["CMD-SHELL", "pg_isready -U postgres -d kcapp"]
interval: 5s interval: 5s