Story on how to use Docker and Docker Compose and deploy a Django app to Heroku
This story setup a basic Django project using Docker and Docker Compose and then deploy said application to Heroku.
Prerequisites
I'm working on an Ubuntu 20.04, Django 3.1.3.
This will not …