100% Django uWSGI container
You can choose between:
docker build -t django-uwsgi .
(in the same path of your Dockerfile)
docker pull digmore/docker-django-uwsgi
You can choose between:
docker run --name django-uwsgi -d -P digmore/docker-django-uwsgi
docker-compose up
(in the same path of your docker-compose.yml)
You can use these volumes:
/opt/django/
to mount your django website/etc/uwsgi.ini
to mount your custom uwsgi configuration