benhutchins / docker-taiga

Docker container for Taiga https://taiga.io
https://hub.docker.com/r/benhutchins/taiga/
GNU General Public License v3.0
287 stars 153 forks source link

Best way to run taiga-events #20

Open JorisLA opened 7 years ago

JorisLA commented 7 years ago

Hi !

What is the best way to make it work the taiga-event with this docker-taiga ?

Regards,

JanoschDeurer commented 7 years ago

There is actually a problem with the nginx config. The is an nginx config that is configured for the use with taiga-events this is however not loaded. I fixed this in my fork of the project: Commit

Appart from that you can just use the given docker-compose file or the description in the README. My fix is however not compatible with the way SSL support is enabled, so if you want taiga to handle ssl and to work with events you have to write an nginx config yourself and insert it in the container.

benhutchins commented 7 years ago

Thank you @JanoschDeurer; I will pull that fix into this repo and test the taiga-events more thoroughly. I never got around to using it in my production instance of Taiga so I guess I left it a bit unfinished.

zicklag commented 7 years ago

I noticed that there isn't a way to set the secret on the taiga-events container. The secret on taiga-events needs to be the same as the secret in the main taiga container. That should be easy to do though.