Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.39 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.39 KB

Supported tags and respective Dockerfile links

uwsgi-nginx-falcon

Docker image with uWSGI and Nginx for Falcon web applications in Python 3.6 running in a single container.

Description

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.

License

This project is licensed under the terms of the Apache license.