This repository contains a template of docker containers which includes django and more for building fast, robust, and adaptable docker containers.
These instructions will cover usage information and for the docker container
In order to run this container you'll need docker installed.
git clone https://gitlab.com/tanzimrizwan/django_on_docker.git
cd django_on_docker
docker-compose up --build
Visit localhost:1337 in web browser to see the webapp in action!
- python:3.8-alpine
- postgres:14-alpine
- nginx:1.21.6-alpine
This project is licensed under the MIT License - see the LICENSE.md file for details.