BrainAxe / django-on-docker

This repository contains a template of docker containers which includes django and more for building fast, robust, and adaptable docker containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This repository contains a template of docker containers which includes django and more for building fast, robust, and adaptable docker containers.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Install

git clone https://gitlab.com/tanzimrizwan/django_on_docker.git
cd django_on_docker
docker-compose up --build

See the web Server

Visit localhost:1337 in web browser to see the webapp in action!

Built With

  • python:3.8-alpine
  • postgres:14-alpine
  • nginx:1.21.6-alpine

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Website

Youtube

About

This repository contains a template of docker containers which includes django and more for building fast, robust, and adaptable docker containers.

License:MIT License


Languages

Language:Python 74.1%Language:Shell 18.0%Language:Dockerfile 7.9%