---
title: "Deploy Django, Celery, Redis & Postgres"
description: "Full Django/Postgres stack with Celery tasks and Redis as cache/queue."
category: "Starters"
url: https://railway.com/deploy/NBR_V3
---

# Deploy Django, Celery, Redis & Postgres

Full Django/Postgres stack with Celery tasks and Redis as cache/queue.

**[Deploy Django, Celery, Redis & Postgres on Railway](https://railway.com/template/NBR_V3)**

- **Creator:** Antvirf's Projects
- **Category:** Starters
- **Total deploys:** 245

## Template content

### django

- **Source:** https://github.com/Antvirf/railway_django_stack
- **Start command:** `/app/deployment/server-entrypoint.sh`
- **Health check:** /healthcheck/
- **Public domain:** Yes

### celery-worker

- **Source:** https://github.com/Antvirf/railway_django_stack
- **Start command:** `/app/deployment/worker-entrypoint.sh`

### Postgres https://devicons.railway.app/i/postgresql.svg

- **Image:** ghcr.io/railwayapp-templates/postgres-ssl:latest

### Redis https://devicons.railway.app/i/redis.svg

- **Image:** bitnami/redis

## Documentation

Deploy a "complete" Django setup - DB, caching and background tasks with Celery are all set up and ready to go. The project also includes Whitenoise for serving static files, and a docker-compose file for local development environment that matches this Railway equivalent.

Python 3.12 and Django 5.2!

Check out the full readme and brief on GitHub: https://github.com/Antvirf/railway_django_stack


## Similar templates

- [open-excalidraw](https://railway.com/deploy/open-excalidraw) — Self-hostable collaborative drawing built on Excalidraw
- [caring-vibrancy](https://railway.com/deploy/caring-vibrancy) — Deploy and Host caring-vibrancy with Railway
- [Appsmith](https://railway.com/deploy/appsmith-1) — Low-code platform for internal tools, dashboards, and admin panels.

Open this page in a browser: https://railway.com/deploy/NBR_V3
