Python Tutorial | Connecting Flask and Nginx with Docker

preview_player
Показать описание
This video will be an introduction to using docker-compose to connect a nginx container to a flask application container.

Download docker and docker-compose:

Рекомендации по теме
Комментарии
Автор

Thank you very much. I've been searching how to do this for a very long time. This code is gem :)

Ninja-cioc
Автор

Thank you very much. It's usefull.

muharremozen
Автор

Hey Andrew, can you pls tell how do you enable autocomplete on the vscode terminal? Btw, the video was awesome!

KshitizKamal
Автор

nicely explained, can you do one for wsgi instead of gunicorn?

VisualizeNow
Автор

followed your tutorial. Great job straight to the point. I am having an issue when starting unicorn. Its failing on finding other .py projects in my files. In my main app i have an import "localdir" lets say and when I start the flask container it fails with ModuleNotFoundError: No module named 'localdir'. Have you seen this before?

CrossXContinent
Автор

can we achieve the same without gunicorn???
or maybe just apache
i don't get why we need gunicorn or WSGi

cdishiyam
visit shbcf.ru