Containerizing Python web apps with Docker, Flask, Nginx & uWSGI

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 196

  • @davidpaez_co
    @davidpaez_co 4 года назад +5

    17:50 "Building an image" was actually correct. You first build an image and then create and run a container based on that image.
    Great tutorial. Thank you Julian

  • @acortis
    @acortis 5 лет назад +24

    Hello there, great videos (saw the entire series), definetely underrated channel. Keep it up bro.

  • @tironxxx
    @tironxxx 2 года назад

    Best guides on "Flask" topics on "RUclips". Thank you.

  • @juansidberry4422
    @juansidberry4422 3 года назад +2

    This is GREAT. You have explained what a developer would actually do step by step to get an app to containerization and production. I can now containerize my applications logically and simply in a very structured manner. THANK YOU! I will now watch the rest of your videos. Really appreciate your work here. Please keep sharing.

  • @davidmakowka922
    @davidmakowka922 4 года назад +1

    This is what you do to get new subscribers. Wish everyone would keep this level of quality of videos. Really like your content

  • @subhadippahari1244
    @subhadippahari1244 4 года назад +1

    nothing to say, except mind-blowing content and teaching style. I try to find this for weeks, at last, got it. keep it up, man.

  • @felixmeyer4360
    @felixmeyer4360 4 года назад +4

    Such an amazing video! just spent 3 hrs banging my head against the wall with apache and I love this process!

  • @houmie
    @houmie 4 года назад +2

    Amazing tutorial. To the point, without making it sound too complicated.

  • @ericli8461
    @ericli8461 5 лет назад +3

    Very awesome tutorial!! I have checked over many online docs or videos regarding dockerizing the flask & nginx application. Yours is by far the most easy-to-follow and clearly structured one. Thanks!

  • @bostevens236
    @bostevens236 3 года назад +1

    I really like how you kept it basic, and EXPLAINED the basics. Well done!

  • @noli-timere-crede-tantum
    @noli-timere-crede-tantum 5 лет назад +3

    Thanks for the video. Small clarification: one does not build "containers"; one builds "images" which can be ran as containers. #languageIsKey

    • @cartmanhz
      @cartmanhz 4 года назад

      Exactly, containers built with
      docker run or create.

  • @DorZ1983
    @DorZ1983 2 года назад

    Best tutorial video I've watched on these subjects. thank you for that.

  • @xfabiosoft
    @xfabiosoft 5 лет назад +7

    I good improvement is to use docker volumes during development. So you don't have to build new containers every time

  • @SamAndrew27
    @SamAndrew27 2 года назад

    Best Docker & Flask tutorial I've found! Thanks dude :D

  • @sainbayarbattur4348
    @sainbayarbattur4348 3 года назад +1

    Brilliant series of videos. I certainly wish I’d found them earlier! Thanks very much.

  • @dannisisgt
    @dannisisgt 3 года назад +1

    Thanks Julian, I watch once and then another time your videos, it help me so much with because they are very informative and fundamentals, I tried to run this example and I found an issue with uwsgi installation in python3.8, after read many blogs finally found a workaround, we can install the module pyuwsgi, please continue with your videos

  • @hotharvey2
    @hotharvey2 3 года назад

    on par with the legend Corey Schafer here. Really helped me nail the overall idea and implementation of docker-compose. Will be donating to you once I get a job lol

  • @golfstallion1354
    @golfstallion1354 2 года назад

    This was a very useful video. It got me up and running in docker and docker-compose. Thank you for sharing Julian.

  • @danielstadler3390
    @danielstadler3390 4 года назад

    I subscribed because you are criminally under-subbed. Excellent tutorial.

  • @experimental_av
    @experimental_av 4 года назад +1

    hey thanks for the tutorial. i was running into issues with my project and looked at a couple of step by step instructions and yours really stands out as the best.

  • @jussivisapaa1826
    @jussivisapaa1826 2 года назад

    Thanks for this great tutorial! - Straight forward in a good speed. Solved some of my issues with docker/flask

  • @gargantuan4696
    @gargantuan4696 4 года назад +2

    You could link a local volume instead so you don’t have to rebuild the container on every change, simply refresh

  • @rasanjayasubasinghe2454
    @rasanjayasubasinghe2454 2 года назад

    @Julian, Very awesome tutorials and hope you will start continue with the new content.

  • @ram1879
    @ram1879 4 года назад

    Excellent video!! I'm trying to add pulling code from GitHub in the compose file. Thank you so much for getting me started. I was able to build my fully working flask app using mysql as the back end in less than 2 minutes. So that is db, app and nginx in less than 2 minutes! Thank you!

  • @danieldecasse2924
    @danieldecasse2924 2 года назад +1

    cant seem to get UsWGI installed. Im on windows 10. feel like I am something simple. any help is appreciated

  • @dshefman
    @dshefman 4 года назад

    I too have been trying to find this kind of content for weeks! Thank you.

  • @iaroslavdavydiak6439
    @iaroslavdavydiak6439 9 дней назад

    Thank you Julian!

  • @BiranchiNarayanNayak
    @BiranchiNarayanNayak 4 года назад +6

    Can you please make another video on how to run multiple python apps on Docker running on different ports ?

    • @scoa_dev8551
      @scoa_dev8551 4 года назад

      Biranchi Narayan Nayak Just make a new app then port it port 3000 and just reference it.

  • @eli.malka.youtube
    @eli.malka.youtube 3 года назад

    Julian thanks for the video puts things into order.

  • @Virdevir
    @Virdevir 3 года назад

    Outstanding video ! Thank you! Looking forward for new videos.

  • @joc0n647
    @joc0n647 Год назад

    That saved my life. Great Tutorial

  • @PavelZagalsky
    @PavelZagalsky 5 лет назад +3

    Thanks for the tutorial Julian, this will help a big problem I work on. Shame about the music though, very distracting. Thanks!!

  • @solrachincapie
    @solrachincapie 2 года назад

    Excelente Julian... Muchas gracias me ayudaste bastante...

  • @joaovictorpereirarocha33
    @joaovictorpereirarocha33 4 года назад +1

    Great Tutorial. I learned a lot of things. Thanks!

  • @angshumanbardhan3729
    @angshumanbardhan3729 2 года назад

    Thank You for making this video

  • @ramaswamym7309
    @ramaswamym7309 5 лет назад +1

    Thank you so much Julian. It's extremely helpful for me to understand the overall concept. Keep rocking bro :-)

  • @akramsystems
    @akramsystems 10 месяцев назад

    Keep up the amazing work

  • @zenahrb8316
    @zenahrb8316 4 года назад

    got yourself a new sub. Absolutely stunning delivery!

  • @sergeyshevtsov5125
    @sergeyshevtsov5125 5 лет назад +2

    Julian come back! You had very good content!

  • @whereisyourjohnie4026
    @whereisyourjohnie4026 4 года назад

    This is a really clear tutorial! Thanks!

  • @christiantshizubu8608
    @christiantshizubu8608 3 года назад

    Hey! Julian what's up. I am havin the following error after docker-compose up ==> "uwsgi": executable file not found in $PATH: unknown

  • @mahmoudalshalaldeh9012
    @mahmoudalshalaldeh9012 2 года назад +2

    Rest in Peace Julian

    • @assaultx5677
      @assaultx5677 Год назад

      Is that true.

    • @mahmoudalshalaldeh9012
      @mahmoudalshalaldeh9012 Год назад

      @@assaultx5677 I believe so. Forgot how I found out.

    • @user-cr8ry4zg3g
      @user-cr8ry4zg3g 9 месяцев назад

      It is awful. I really thought that he is died... I checked him LinkedIn, it looks like that he is alive. This is cruel joke...

  • @donaldstrubler3870
    @donaldstrubler3870 4 года назад

    Outstanding explanation.

  • @sumitasagaonkar2865
    @sumitasagaonkar2865 2 года назад

    --- no python application found, check your startup logs for errors please help

  • @roberthmejias
    @roberthmejias 4 года назад

    Awesome!!! its so great, this one works for me ... thanks so much

  • @yomajo
    @yomajo 2 года назад

    Yeah, question. Say flask app is hosted in cloud somewhere. Say it's containerized with docker. How do you update app when it's live in production?

  • @moha6243
    @moha6243 Год назад

    Hello Julian, I worked with your tutorial and I have one question how i have to configure the VS-Code Debugger to debug this Setting?

  • @muhammad.rafi2012
    @muhammad.rafi2012 4 года назад

    simply awesome , thanks for sharing

  • @fortis-lt
    @fortis-lt 4 года назад

    You help me well! Thank you for the guide!

  • @gauravshah8554
    @gauravshah8554 2 года назад

    Thanks for the great tutorial.

  • @leemerchant9231
    @leemerchant9231 3 года назад

    Seriously good video. Thanks!

  • @mauromatsudo1910
    @mauromatsudo1910 2 года назад

    What about if I have static files? Which are the best container to store them?

  • @1endell
    @1endell Год назад

    Thank you, man! One question: the uwsgi_params file must be in the app folder?

  • @Ignalvarez
    @Ignalvarez 4 года назад

    Great job Julian!

  • @srir7249
    @srir7249 3 года назад

    This is such a great video.
    Would you also be able to explain how a container would be able to write into a database server.

  • @vincenandorfi8898
    @vincenandorfi8898 2 года назад

    For me that was an issue: --- no python application found, check your startup logs for errors ---
    Solution: instead of -> "wsgi-file = main.py" used this -> "module = main:app" in the "ini" file.

  • @vasylcf
    @vasylcf 5 лет назад

    Thanks, good guide and clear explanation )

  • @asiddiqi123
    @asiddiqi123 4 года назад

    So every time I make changes I build it? Why don't you mount volume?

  • @hawwestin
    @hawwestin 4 года назад +5

    1 min in ...music is to loud in compare to your voice level.

  • @aguspray
    @aguspray 2 года назад

    i have a question, why i am always getting error when install uwsgi with pip in my virtual environment? is it because I use windows?

    • @Millez
      @Millez 2 года назад

      If it's an error when you run "docker build", try adding "RUN apk add python3-dev build-base linux-headers pcre-dev" to the Dockerfile before "RUN pip install uwsgi"

  • @scoa_dev8551
    @scoa_dev8551 4 года назад

    Loved this vid. Thanks!

  • @PREC0GNITAVE
    @PREC0GNITAVE 4 года назад +1

    thanks for this Tutorial it has helped me a lot. What would I need to change if I wanted to run the Nginx container and flask container on separate machines? I assume modifying the nginx.conf file to point at the ip of the flask machine, would uwsgi_pass still be uswgi_pass flask:8080 though?

  • @kvicar7419
    @kvicar7419 4 года назад +4

    How did you installed the flask uWSGI? My try ended with Atribute Error: module 'os' has no attribute 'uname'. And we're using exactly the same OS.

    • @juancarlosprieto2872
      @juancarlosprieto2872 4 года назад +3

      Are you using windows? Because you cannot install uWSGI on it (except with cygwin). What i did was skipping the pip install part of the video and only installed flask. Then in my flask docker file i changed the install dependencies to: RUN pip install uwsgi -r requirements.txt and It's working fine for me.
      Also, your localhost will not be where you just usually find it. You have to go to 192.168.99.100
      as it is stated here: stackoverflow.com/questions/42866013/docker-toolbox-localhost-not-working

    • @OmShridhar94
      @OmShridhar94 4 года назад +1

      @@juancarlosprieto2872 dude i love u my man!

  • @glanismonteiro5126
    @glanismonteiro5126 4 года назад

    sir, what key do you press to auto generate dockerfile contents in vs code?

  • @kevinmbtbass
    @kevinmbtbass 5 лет назад +3

    Extremely helpful! Would you be interested in making a video on implementing TLS with this kind of architecture?

  • @saurabhramya144
    @saurabhramya144 4 года назад

    uWSGI does get installed on the windows machine. How did you solve that?

  • @bhupenderbhardwaj6991
    @bhupenderbhardwaj6991 2 года назад

    Great content always!!

  • @Notus29
    @Notus29 10 месяцев назад

    How would deploy this docker container

  • @robp8468
    @robp8468 4 года назад

    Great tutorial. It would be great if you could make another part on how to deploy this on AWS.

    • @salmankazi5308
      @salmankazi5308 4 года назад

      Hey Did u find a way to upload flask app to aws

  • @leonardomarques9343
    @leonardomarques9343 4 года назад +2

    i using windows to do and i cant install uwsgi, any tips?

    • @estebanmejia9989
      @estebanmejia9989 4 года назад

      i had the same problem, i solved that problem without copy the env folder. Just install everything globally on the container, linux can install uwsgi, but windows

  • @guilhermeoliveira5499
    @guilhermeoliveira5499 4 года назад

    AAwesome! Thank you! Helped me a lot!

  • @drakhlur1
    @drakhlur1 4 года назад +1

    Hey man, thanks for the great tutorial. It helped at lot! For the next video, could you please explain how to add a Redis container to act as a queue for the requests coming into the web app?

  • @timsavory9718
    @timsavory9718 3 года назад

    Hi Julian, Great Tutorial. Do i really need to add the nginx part if deploying to a Synology NAS which already has nginx web server and reverse proxy set up on? Thanks Tim

  • @soumyasen8353
    @soumyasen8353 5 лет назад

    Have a question, how to pass the request header and request body through nginx

  • @xanderx8289
    @xanderx8289 5 лет назад +1

    How are you using that Hyper? Is it on top of Powershell but with Unix commands? I don't quite get it.

  • @chandankumaryadav2505
    @chandankumaryadav2505 4 года назад

    Rest its an awesome video and very intuitive .Thanks Man \m/

  • @ramchunduri1822
    @ramchunduri1822 4 года назад

    Thanks! it's helpful.

  • @alainandres1467
    @alainandres1467 4 года назад +1

    Hi , can you help me please? i have this error when i execute docker-compose up : realpath() of app.ini failed: No such file or directory [core/utils.c line 3654]
    thanks !

    • @NikhilPareek92
      @NikhilPareek92 3 года назад

      Two changes you could do:

    • @NikhilPareek92
      @NikhilPareek92 3 года назад

      1) Update the views.py with the code: from app import app
      import os
      @app.route("/")
      def index():
      # Use os.getenv("key") to get environment variables
      app_name = os.getenv("APP_NAME")
      if app_name:
      return f"Hello from {app_name} running in a Docker container behind Nginx!"
      return "Hello from Flask"

    • @NikhilPareek92
      @NikhilPareek92 3 года назад

      2) Stop all the previous containers and restart - docker container prune

  • @sagarchoudhary8080
    @sagarchoudhary8080 2 года назад

    really very helpful thanx a lot :)

  • @intrepidsouls
    @intrepidsouls 4 года назад

    Great tutorial. BTW, it is not u-Whiskey, it is microwiskey

  • @israw
    @israw 5 лет назад

    Why do you use containers instead of the normal way to run nginx and python etc?

  • @yassinezara9641
    @yassinezara9641 Год назад

    Thanks for this Tuto, it's awesome. the Tutorial link is not working :(

  • @anderssegerlund818
    @anderssegerlund818 2 года назад

    Super helpful guide. But is there a way to implement hot-reloading to avoid restarting the container when making an update in the flask app

  • @yaseraa2884
    @yaseraa2884 4 года назад

    Thank you so much, keep going

  • @opeyemiatoyebi
    @opeyemiatoyebi 3 года назад

    The video is cool. I tried to connect my docker to my local mysql server, but am getting connection refuse. Any suggestion, please

  • @shinichi9do
    @shinichi9do Год назад

    thanks a lot

  • @scorprog
    @scorprog 2 года назад

    Hi, nice tutorials. Can you a Flask-SQLAlchemy tutorial.

  • @chandankumaryadav2505
    @chandankumaryadav2505 4 года назад

    While doing docker-compose up, I landed into an issue:- "invalid chmod value: true" for `chmod-socket=true` in app.ini file
    Probable fix:
    chmod-socket = 666 (664 can also work for www-data)
    uid= www-data
    gid= www-data,
    updating the above value in app.ini file fixed my issue

  • @nubiedriver
    @nubiedriver 2 года назад

    great intro. thks

  • @iwoz
    @iwoz 3 года назад

    Great content. Can you please make an advanced version of this topic

  • @yassinerh7709
    @yassinerh7709 4 года назад

    Thank you very much, mate :)

  • @HugoStone523
    @HugoStone523 Год назад

    Do anyone have the problem that uwsgi error with python3.11?

  • @huitangtt
    @huitangtt 4 года назад

    Great tutorial! I love it and helped me a lot~~~

  • @pial2461
    @pial2461 4 года назад

    saved my day mate!

  • @panzorax.
    @panzorax. 3 года назад

    i can't install uwsgi how i can install ????

  • @dannys1613
    @dannys1613 5 лет назад

    Can you show us totorial how to setup WSL and VS Code because i cant set the PATHs etc I can only setup the WSL terminal but how i can use my WSL python in vscode or i need to install it on windows too

  • @scotter
    @scotter 3 года назад

    Wow. So thorough and easy to follow. Thank you!!!
    Questions:
    (1) How do we differentiate apps? Am I correct in assuming when each app has its own container, all except ports (and of course our python program itself) can be the same file names, as long as our primary change is to name the root folder "FLASKAPP" something different for each container?
    (2) What if we have different domain names pointing to each different app, how do we direct those domain names to the correct app? Does all this work on a Windows server? I assume so, because I have nginx running on my Windows 2019 server.
    (3) If I already have Postgres running on the same server and my ONE python app running fine using that Postgres server, do you recommend tying Postgres into the docker containers somehow? I assume my Postgres server doesn't have to be containerized?
    THANK YOU!

  • @karimmoradi2003
    @karimmoradi2003 2 года назад

    I am wondering about the volumes which are presents in both services; flask and nginx. In 16:51 we see both services have a "volumes" property. Later when you removed the comments at 16:55 the 'volumes' properties were also disappeared.

  • @thevijayraj34
    @thevijayraj34 4 года назад

    Actually we can do updating the codes without rebuilding it. Just need to mount the dev folder with port binding in compose XML.

  • @keytetra5093
    @keytetra5093 6 месяцев назад

    Where did Julian go?