fix: change transit db port to 5434 to avoid conflict

This commit is contained in:
Hamza-Ayed
2026-07-18 18:40:44 +03:00
parent 12d576a5bc
commit cc5bc8c867
+1 -1
View File
@@ -7,7 +7,7 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- "5433:5432" # Exposed on 5433 to avoid conflict with main DB - "5434:5432"
volumes: volumes:
- transit_pgdata:/var/lib/postgresql/data - transit_pgdata:/var/lib/postgresql/data