Skip to content

Docker image for using NGINX with uWSGI as HTTP router for a Python based web app (e.g. Flask) via Docker Compose

Notifications You must be signed in to change notification settings

funkswing/nginx-uwsgi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

nginx-uwsgi-python

Docker image for using NGINX with uWSGI as HTTP router for a Python based web app (e.g. Flask) 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 = /app/main

Where wsgi = /app/main 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

Docker image for using NGINX with uWSGI as HTTP router for a Python based web app (e.g. Flask) via Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages