fix: change transit db port to 5434 to avoid conflict
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user