Skip to content

add PGPORT environment variable to docker compose#399

Open
RobbyV2 wants to merge 1 commit intokurrier-org:mainfrom
RobbyV2:main
Open

add PGPORT environment variable to docker compose#399
RobbyV2 wants to merge 1 commit intokurrier-org:mainfrom
RobbyV2:main

Conversation

@RobbyV2
Copy link
Copy Markdown

@RobbyV2 RobbyV2 commented Feb 1, 2026

I faced some issues with setting up with the db, and I realized it was connecting to the default postgres port not respecting the setting in .env so adding a quick parameter to the compose for the bootstrapper fixed it

@krokhale
Copy link
Copy Markdown
Contributor

Changing the Postgres port is typically environment-specific and something users can override locally rather than something we hardcode in main.

Could you share the context for why this change is needed? If it’s to avoid a local port conflict, that would usually be handled per-user since everyone’s setup is different.
Happy to discuss if there’s a broader use case I’m missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants