Tag: Dockerizing

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&rs...

Optimally dockerizing NextJS application — “Runtime” environment variable configuration( Part 2 )

Before we begin This article serves as a continuation of the previously mentioned piece on the optimal dockerization of a NextJS application, which can be found here: https://medium.com/geekculture/optimally-dockerizing-nextjs-application-and-lessons-learned-af1833e7da46 If you haven’...