Nginx Reverse Proxy | Django Deployment | Docker | Staticfiles

preview_player
Показать описание
The Docker Nginx Mastery Series focuses on building and administrating Nginx services. In this tutorial we focus on create a reverse proxy, deploying a Django application with Gunicorn.

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

Awesome series! Looking forward to the next parts, especially on caching. Thanks for your videos.

majestif
Автор

After wasting 2 days, I found this video it solved my problem. Thanks a lot.

sumit
Автор

Thank you so much! This video tutorial has been very useful and easy to understand.
Kudos!

edwinguevara
Автор

best video in the subject by FAR, thanks man

samucancld
Автор

Спасибо. Ура, наконец-то у меня получилось подключить статику!

_mrmark
Автор

Thank you so much for this video. I have watched so many hours on nginx looking for a solution to an error, and you sir explain things so well and thoroughly, that better than fixing, I understood more deeply and was able to troubleshoot.

AndresGonzalez-hnmz
Автор

This video just broke my 5 hours of trial and error (or only error) streak. Tank you soo much. If somebody else got a problem with installing mysqlclient just add following line in Dockerfile of the django app between copy requirements and pip install requirements: RUN apk add gcc musl-dev mariadb-connector-c-dev

koala
Автор

Thank you for the video. For me this gunicorn / nginx thing is too much. You made it much easier to understand.

akira_asahi
Автор

Hi there. Many thanks for this demonstration on how to setup nginx as a proxy for Django. 🤛 I appreciate your content and I'm looking forward to the next videos I want to optimize this for production use for my personal websites.

MarkusEicher
Автор

Thank you sir, very much appreciated.

sonnix
Автор

Thank you for always doing great content, this is insanely good. I am always surprised by the quality of this content, I wonder will you ever do anything related to Django and Caching?

jorgec
Автор

this is really great tutorial, could you please include react production build serving through nginx

ajmalmuhammed
Автор

thank you!!!! Files that didn't work with nginx are being read.

uh.d
Автор

Thanks you for videos. They are very helpfull for learning . I have a question. Have you any video or example for django - docker - gunicron - nginx about internal redirect for secure media files. I cant able to publish my secure media files with this setup and react frontend. If you havent create any content yet about that, it would be very helpfull. Thank you for i learned everything from you.

gurhangoktas
Автор

Securing the containerized Django application (SSL) and deploying it would be a great continuation.

pietroaminpuddu
Автор

Hi! Congrats for the video and one question: this solution ensures that a django web serverver application can execute requests to third party servers like google firebase auth? Thanks

MartinMoll-hwdn
Автор

Great video on the internet, I learn a lot, but I want to add SSL to my application, can you make a video on How to add SSL?

MDAbdurRahimcs
Автор

docker-compose build is failing with 'module 'dotenv' has no attribute 'dotenv_values''" . I can run the django app manually and it spins up fine. But docker-compose gives that error.

biscotty
Автор

Is it recommended that Django project files and static files be in a volume?

miguelvasquez
Автор

Hi Zander, 2 questions...
- I noticed @21:00 at the top of your docker-compose file there's no " version: 'x.y' '" which I thought was required - assuming its not and just best practice? If this is not entered what is the default, latest?
- Using the code ( @21:00 ) that is working in your video, I get an error "Additional property env_file is not allowed"... I have the latest installation of docker and at the time of this comment the video is 6 months old. Any idea why this is occurring?
Thanks

DM-wwwf