kazuoyamana / djnago-postgres-docker-starter

This is a cookiecutter project for using django and postgres with docker. It has both development and production's configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django & Postgres With Docker Starter Project

This project is created for a youtube tutorial. If you are here because of that video, welcome! You can also use this project as starter for your own projects.

Requirements

  • docker
  • docker-compose

Setup

First you need to rename .env.sample file to .env.

Setup on Development

docker-compose up --build

Setup on Production

docker-compose -f docker-compose.prod.yml up --build

About

This is a cookiecutter project for using django and postgres with docker. It has both development and production's configurations.


Languages

Language:Python 91.9%Language:Dockerfile 8.1%