Docker boilerplate for deploying Django with Gunicorn, NGINX, PostgreSQL, Redis
Docker-based boilerplate that runs Django with Gunicorn, an NGINX reverse proxy, PostgreSQL database, and Redis/Celery for background tasks. It includes Dockerfile, docker-compose, Makefile commands, an example project, and optional data-science libraries (numpy, pandas, scipy), making it suitable for containerized Django web apps and background processing workloads.
0