docker-taiga icon indicating copy to clipboard operation
docker-taiga copied to clipboard

use gunicorn server instead of django test server (as recommended by taiga) #35 #42

Open anddann opened this issue 7 years ago • 7 comments

This pull request fixes #35, fixes #42 and contains the following changes:

anddann avatar Feb 09 '18 17:02 anddann

@benhutchins could you please take a look? 🙏

lifenautjoe avatar Apr 06 '18 11:04 lifenautjoe

I really like this idea, just need to test this. Thank you for the contribution @anddann. I'll set some time aside to test this and, assuming it works, I'll merge it.

benhutchins avatar May 14 '18 17:05 benhutchins

I guess all files in conf needs to be updated not only conf/nginx.conf with the new port number 8001

anddann avatar May 27 '18 14:05 anddann

Is there a reason to change 8000 port for 8001 ?

ajira86 avatar May 28 '18 10:05 ajira86

No, there is no particular reason. I just did it because it is the default in the django documentation.

anddann avatar May 28 '18 14:05 anddann

The 8000 port is the default for the test server, we can continue to keep this one. I'm still preparing an upgrade for Taiga in version 3.3.2 which will take care of database migration. I will inform you if this still works with port 8000 configured but I don't use taiga-event at this time.

ajira86 avatar May 28 '18 15:05 ajira86

To make things easier, I propose to migrate back to port 8000 instead of 8001.

anddann avatar Jun 04 '18 14:06 anddann