Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.53 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.53 KB

Supported tags and respective Dockerfile links

hseling-api-base

Docker image with uWSGI and Nginx for Flask web applications in Python 3.7, Python 3.6 running in a single container. Optionally using Alpine Linux.

Images use tiangolo/uwsgi-nginx-flask-docker as base image. Please visit https://github.com/tiangolo/uwsgi-nginx-flask-docker for more information on how to use it.

Description

This Docker image allows you to create Flask 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 should have good performance (check the benchmarks) with this image.

There is also an Alpine version. If you want it, use one of the Alpine tags from above.

GitHub repo: https://github.com/hseling/hseling-api-base

Docker Hub image: https://hub.docker.com/r/hseling/hseling-api-base/