/docker-django-uwsgi-nginx

Django project with Docker(using docker-compose), nginx and uwsgi

Primary LanguagePython

docker-django-uwsgi-nginx

Django project with Docker(using docker-compose), nginx and uwsgi


How to Run.

docker-compose build
docker-compose up -d
docker run -it dockerdjangouwsginginx_web python manage.py migrate
Done!

docker automated build test