kanton-bern/hellodata-be

Can't configure PORTS

Closed this issue · 2 comments

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 ?

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.

Thank you !!