Using Docker Compose with a Django app Let’s explore Docker Compose using the scenario demonstrated above: a Django app with a PostgreSQL database, RabbitMQ message broker, and an Nginx load balancer. Follow thisguideto install the CLI tool on your host operating system. With Docker Compose (...
On a computer with git installed, navigate to a folder of your choice e.g /desktop, and clone the starter files from its GitHub repository by running: git clone https://github.com/theafolayan/django-docker-starter.git Once that is successful, navigate to the project’s root folder and ope...
➜ django2 git:(master) docker-compose build redis uses an image, skipping postgres uses an image, skipping Building web Step 1 : FROM python:3.5-onbuild 3.5-onbuild: Pulling from library/python 51f5c6a04d83: Already exists 65e9ddd8bd7a: Already exists c41545ebedf5: Already exists 04aed...