bornhack / bornhack-website

Django project to power BornHack
https://bornhack.dk
BSD 3-Clause "New" or "Revised" License
7 stars 31 forks source link

Move external ports to env file #1575

Closed blackthornedk closed 2 months ago

blackthornedk commented 2 months ago

When running both bornhack-website and bma in the same docker compose setup, the external host ports for postgres would conflict. This MR moves the definitions to an environment file, which is created on init, if it does not already exist.

tykling commented 2 months ago

LGTM :+1: @valberg what do you think?