Run your Python WSGI application with Docker. No pain.
If you
- Make sure that the
requirements.txt
file is in the top level of your project. wsgi
module.
All socket and pid files are kept under /tmp
:
- gunicorn.pid
- gunicorn.sock
- nginx.pid
- supervisord.pid
- supervisord.sock
- Nginx
- PostgreSQL
- Python (
pip
&virtualenv
) - Redis
Copyright © 2015 Jorge Romero. Released under The MIT License.