uwsgi-nginx-docker icon indicating copy to clipboard operation
uwsgi-nginx-docker copied to clipboard

Example Django app using this repo

Open davidshumway opened this issue 4 years ago • 1 comments

Can someone point to an example Django app using this repo? I built a Django app and followed the steps here (https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html#install-uwsgi-system-wide) to run it with uwsgi and nginx using a uwsgi .ini file. What are the steps required use this repo (tiangolo / uwsgi-nginx-docker) to create a docker image using the Django app and run the image in a docker container? Thanks!

davidshumway avatar Feb 07 '21 22:02 davidshumway

Made a small example with uwsgi-nginx-docker configured with Django: https://github.com/karlhedins/uwsgi-nginx-django-docker

karlhedins avatar Jan 11 '22 13:01 karlhedins