Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

nginx-uwsgi-python

Docker image for using NGINX with uWSGI as HTTP router for a Django Python project via Docker Compose

Note:

Any Python application that uses this image will need a uwsgi.ini file in their parent directory (where the Dockerfile is).

And...

The application must run on port :8080, unless you overwrite the included nginx.conf.

This must contain:

[uwsgi]
wsgi-file = /app/main.py

Where wsgi = /app/main.py is a reference to the Python module (e.g. main.py) containing the WSGI entry point application. See The first WSGI application in the uWSGI docs for additional information.

About

Nginx Image for Docker, includes Dockerfile and .conf

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages