Skip to content

Production ready stack for Django, containing: PostgreSQL, Redis, Minio, Nginx, modesecurity, Prometheus, Grafana

Notifications You must be signed in to change notification settings

amirayat/Django-Production-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-PostgreSQL-Redis-Nginx-ModSecurity-Minio

Prerequisites

  • Docker
  • Familiarity with Docker Compose.

Development

Just build your django app on top of /volumes/app

Deployment commands

docker-compose up
docker-compose down

Notes

Follow this link for more information.