Dockerizing Django Application Gunicorn and Nginx(Django on Docker)

<p>A step-by-step tutorial on dockerising a Django application with Postgres database using Gunicorn and Nginx.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*YOsDxDAYqOe61XhRnup7xg.png" style="height:271px; width:700px" /></p> <p>This blog assumes that you have some familiarity with&nbsp;<a href="https://www.djangoproject.com/" rel="noopener ugc nofollow" target="_blank">Django</a>&nbsp;and likely have a local Django development project, and looking at how to deploy the project in production. We&rsquo;ll also take a look at how to serve Django static and media files via Nginx.</p> <p><strong>What is Docker?</strong></p> <p>Docker is an open platform that performs Operating System level virtualization also known as&nbsp;<strong>containerization</strong>.</p> <p><a href="https://awstip.com/dockerizing-django-application-gunicorn-and-nginx-django-on-docker-46fefa3114c4"><strong>Website</strong></a></p>