Dockerizing Flask with Gunicorn and Nginx (Part 1)

Опубликовано: 02 Апрель 2026
на канале: Devops and Cloud Computing Training
3,748
26

During this lab i created a flask app and i run it on docker. as long as the traditional web servers (nginx server) in our case are not able to run python code on them. python tried to create another tool that will enbale us to interact with our python applications is gunicorn a web server gateway interface. in this demo i showed you the steps to run your flask app in the environment production on docker using gunicorn

Github repo: https://github.com/Abdelali12-codes
#flask #gunicorn #docker