Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Container uses Django development webserver #35

Open
zicklag opened this issue Sep 15, 2017 · 1 comment · May be fixed by #43
Open

Container uses Django development webserver #35

zicklag opened this issue Sep 15, 2017 · 1 comment · May be fixed by #43

Comments

@zicklag
Copy link

zicklag commented Sep 15, 2017

I noticed that this container uses the out-of-the-box Django webserver instead of using a dedicated web server. According to the Django documentation:

Don’t use this server in anything resembling a production environment. It’s intended only for use while developing. (We’re in the business of making Web frameworks, not Web servers.)

The Taiga documentation suggests installing it with a Gunicorn webserver. It seems that it would be best to do something like that instead of using the development server. I am using this container in production, so I would rather have a production quality webserver. If @benhutchins agrees with using Gunicorn I may try to install it and make a pull request for it.

@benhutchins
Copy link
Owner

I definitely agree and will be merging #43 as soon as I verify it works

@ajira86 ajira86 mentioned this issue May 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants