Docker image with uWSGI and Nginx for Falcon web applications in Python 3.6 running in a single container.
This Docker image allows you to create Falcon web applications in Python that run with uWSGI and Nginx in a single container.
uWSGI with Nginx is one of the best ways to deploy a Python web application, so you you should have a good performance (check the benchmarks) with this image.
GitHub repo: https://github.com/berndverst/uwsgi-nginx-falcon-docker
Docker Hub image: https://hub.docker.com/r/berndverst/uwsgi-nginx-falcon/
For more information, including configuration options see https://github.com/tiangolo/uwsgi-nginx-docker and https://github.com/tiangolo/uwsgi-nginx-flask-docker on which this project is based.
This project is licensed under the terms of the Apache license.