Dockerizing Django Application Gunicorn and Nginx(Django on Docker)

A step-by-step tutorial on dockerising a Django application with Postgres database using Gunicorn and Nginx.

This blog assumes that you have some familiarity with Django and likely have a local Django development project, and looking at how to deploy the project in production. We’ll also take a look at how to serve Django static and media files via Nginx.

What is Docker?

Docker is an open platform that performs Operating System level virtualization also known as containerization.

Website