kanton-bern / hellodata-be

The Open-Source Enterprise Data Platform in a single Portal
https://kanton-bern.github.io/hellodata-be
Other
188 stars 21 forks source link

Can't configure PORTS #30

Closed thebigleboo closed 7 months ago

thebigleboo commented 7 months ago

I want to configure on which ports the app will start. Mainly the DB (5432 is already taken) and the main PORT (8080 is also taken).

How can I ?

nschmid commented 7 months ago

Hi @thebigleboo

Thanks for your question. I think a simple solution would be to go through the docker-compose setup and change the ports accordingly: https://github.com/kanton-bern/hellodata-be/tree/develop/hello-data-deployment/docker-compose

Just change the ":5432" and ":8080" references according to your needs.

thebigleboo commented 7 months ago

Thank you !!