Dockerize Django
Docker introduction and Dockerizing Django application with PostgreSQL database.
Sep 16, 20224 min read245

Search for a command to run...
Series
In this series, we will be introducing to docker, write Dockerfile to build container running django application. Then dockerize Django with PostgreSQL, Gunicorn and nginx to deploy.