A minimal, ready-to-use Django + PostgreSQL + Docker boilerplate — perfect for quickly starting new Django projects with a clean containerized setup.
- 🐍 Django backend pre-configured
- 🐘 PostgreSQL database integration
- 🧱 Dockerized for easy deployment
- 🔧 Simple and reusable for any Django project
git clone https://github.com/Darunesh1/django_postgre_docker.git
cd django_postgre_dockerdocker compose builddocker compose upYou can configure your own .env file for project-specific settings (optional):
POSTGRES_DB=your_db_name
POSTGRES_USER=your_username
POSTGRES_PASSWORD=your_password
DJANGO_SECRET_KEY=your_secret_key