Python Tutorial | Connecting Flask and Nginx with Docker
Video Statistics and Information
Channel: Andrew Porter
Views: 8,535
Rating: undefined out of 5
Keywords: python, flask, gunicorn, docker, docker-compose, nginx, tutorial, learn, education, example
Id: Vkqz2hK4fKg
Channel Id: undefined
Length: 13min 4sec (784 seconds)
Published: Fri Apr 17 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Last week I created a post (https://www.reddit.com/r/flask/comments/fykw3x/beginners_guide_to_running_flask_with_gunicorn/) on connecting flask and gunicorn. I got great responses and some helpful feedback on the tutorial. I decided to build upon the previous tutorial and connect flask with nginx through docker and docker-compose. Let me know if a more in-depth video like this is better or if people prefer shorted formats.
In addition to the summary that chjassu recommended, I think it would also be helpful to give a high-level explanation of the purpose that each component serves at the start of the video.... why you'd want to combine Flask, NGINX, and Docker in the first place... you know?
So why nginx ?? Does it hurt not having it? I understand the production server is not efficient + a lot problems ..etc Thatβs why we use gunicorn But dunno why we need nginx ??