ouinformatics / risser-docker

Docker infrastructure for cybercommons stack
MIT License
0 stars 0 forks source link

Django restfull docker #1

Open jduckles opened 9 years ago

jduckles commented 9 years ago

Should we try to go to nginx?

mbstacy commented 9 years ago

Yes, nginx seems to be the right web server. If we fail, can always go back to apache

jduckles commented 9 years ago

Or http://gunicorn.org/

jduckles commented 9 years ago

Or perhaps them combined together, so that static assets can also be served. This may be a good place to start from: https://github.com/rehabstudio/docker-gunicorn-nginx

mbstacy commented 9 years ago

I was just going to add we should run together. http://docs.gunicorn.org/en/latest/deploy.html

jduckles commented 9 years ago

:+1: together it is.