https://github.com/alisharify7/flask-gunicorn-nginx
Docker compose and docker file for flask+gunicorn+nginx project, reverse proxy and uwsgi
https://github.com/alisharify7/flask-gunicorn-nginx
docker flask flask-gunicorn flask-gunicorn-nginx gunicorn nginx wsgi
Last synced: 26 days ago
JSON representation
Docker compose and docker file for flask+gunicorn+nginx project, reverse proxy and uwsgi
- Host: GitHub
- URL: https://github.com/alisharify7/flask-gunicorn-nginx
- Owner: alisharify7
- Created: 2024-09-28T11:13:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:29:11.000Z (10 months ago)
- Last Synced: 2025-07-21T06:50:56.691Z (3 months ago)
- Topics: docker, flask, flask-gunicorn, flask-gunicorn-nginx, gunicorn, nginx, wsgi
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-nginx-funicorn
#### ready for production docker compose and docker file## Flask, Gunicorn, Nginx, and Docker: A Powerful Stack for Web Applications
### Flask is a lightweight Python web framework that provides a simple and flexible way to build web applications. Gunicorn is a WSGI HTTP server that efficiently handles multiple concurrent requests, making it ideal for production environments. Nginx is a high-performance web server and reverse proxy that can serve static files and distribute traffic to multiple Gunicorn workers. Docker is a containerization platform that packages applications and their dependencies into portable containers, ensuring consistent deployment and scalability.
### By combining Flask, Gunicorn, Nginx, and Docker, you can create a robust and scalable web application architecture. Flask handles the application logic, Gunicorn efficiently processes requests, Nginx optimizes performance and load balancing, and Docker enables easy deployment and management.
![]()