Django deployment using Nginx and docker compose | Django AWS deployment part 3

preview_player
Показать описание
When using the Django web framework, you may want to consider using NGINX to serve your static files. NGINX is a high-performance web server that can offer you better performance and security than Django's built-in development server. It can also handle more traffic than the Django development server.

Docker Compose is a tool that allows you to define and run multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.

In this tutorial we use both
Рекомендации по теме
Комментарии
Автор

Great video to start with Django in AWS. Congratulations

leidymercedes
Автор

Doing a good job buddy. Keep it up but for youtube's algorithm point of view, you can add some animations & background music too.,

NaveenNaveen-ukvk
Автор

i used same code but static not serve correctly

mohamedwahba
Автор

Hi!, my app is not rendering in port 0.0.0.0, My dockerfile is exactly like yours, what I could be doing wrong?

alexandergarzo