All Templates / Starters
Django, Celery, Redis & Postgres
Full Django/Postgres stack with Celery tasks and Redis as cache/queue.
django
Antvirf/railway_django_stack
Just deployed
celery-worker
Antvirf/railway_django_stack
Just deployed
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
Redis
bitnami/redis
Just deployed
/bitnami
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.
NOTE: For a fully private setup, remember to delete the TCP proxies for both Redis and Postgres.
Check out the full readme and brief on GitHub: https://github.com/Antvirf/railway_django_stack
Template Content
DJANGO_SECRET_KEY
Create your own Django secret key. Use the same value for the Celery worker.
celery-worker
Antvirf/railway_django_stackDJANGO_SECRET_KEY
Create your own Django secret key. Use the same value for the Django service.
Redis
bitnami/redisDetails
Antvirf
Created on Dec 18, 2023
156 total projects
19 active projects
50% success on recent deploys
Python, Dockerfile, Shell, Makefile
Starters
More templates in this category
New
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Prosper Otemuyiwa
TanStack + React Starter
A barebones TypeScript React starter with TanStack Router & Query setup
Kyle Gill
21
Scala Play
A simple Play framework app connected to a Postgres database.
Prosper Otemuyiwa