tiangolo/uwsgi-nginx-flask-docker

Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 23rd, 2026
Created on February 14th, 2016
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 613
Total Stargazers: 3,004 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.
Sign in

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

uwsgi-nginx-flask-docker is a Docker image that bundles uWSGI and Nginx for running Flask applications in Python within a single container.

The image solves the problem of deploying Flask applications by pre-configuring a production-ready stack combining uWSGI as an application server with Nginx as a reverse proxy. This approach packages both components together, eliminating the need to configure them separately during deployment.

The README explicitly warns that this image is deprecated and recommends against its use for most modern deployments. It states that users running Kubernetes or similar orchestration systems should instead build Docker images from scratch with a single process, allowing the cluster to handle replication and scaling. The deprecation notice suggests that process managers and multiple worker processes within a container are unnecessary when using container orchestration platforms. For users not on such platforms, the README points to alternative approaches like using Gunicorn directly.

The project is no longer actively maintained. Tags for Python versions prior to 3.10 are deprecated and no longer supported, with the most recent versions of older Python tags dating back several years. The repository retains build-date-tagged images for historical pinning purposes, but active development and updates have ceased.