Skip to content

Django 3.0 + PostgreSQL + Nginx development in Docker

Notifications You must be signed in to change notification settings

prokhn/dockerizing-django3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django 3.0 + PostgreSQL + Nginx development in Docker

With using Celery and Redis


Featuring:

  • Docker v19.03.8
  • Docker Compose v1.25.4
  • Python 3.8.2

Deployment Instructions

Rename .env-sample to .env and set required properties.
Then run

docker-compose build
docker-compose up -d

To restart Docker after applying some changes, use

docker-compose up --build --force-recreate

About

Django 3.0 + PostgreSQL + Nginx development in Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published