htdvisser / taiga-docker

[NOT MAINTAINED] Taiga project management platform for Docker
MIT License
83 stars 67 forks source link

Synology postgres port #23

Closed dionysiusmarquis closed 7 years ago

dionysiusmarquis commented 8 years ago

Hey!

I'm trying to install taiga on synology using your script. Unfortunately there seems no way to change the postgres port number. Tee port 5432 is already used by the Synology postgres and not usable in docker.

Is there a way to add it to the settings?

dionysiusmarquis commented 8 years ago

I added a pull request. With the new env variables you can change the taiga-back environment on your Synology to: POSTGRES_HOST: 172.17.0.1 POSTGRES_PORT: 5433

And your postgres port settings on your Synology to: Local port: 5433 Container port: 5432

To get it up and running