Deploy izy-template-django-celery-prod
Production-ready Django + Celery template with Postgres & Redis on Railway.
Just deployed
Just deployed
Just deployed
Deploy and Host izy-template-django-celery-prod on Railway
izy-template-django-celery-prod is a production-ready starter for Django + Celery on Railway. It deploys a Django web service plus a Celery worker and beat scheduler, backed by Postgres and Redis. It includes a single start script (./start_railway_auto.sh), a /health endpoint, and sane defaults to help you ship fast.
About Hosting izy-template-django-celery-prod
This template provisions 5 services: Web, Worker, Beat, Postgres, and Redis. The web service runs Django behind Gunicorn. Worker runs Celery for background jobs. Beat runs scheduled tasks. Postgres stores your data and Redis is used as the Celery broker/result backend. Environment variables are wired so a duplicated project deploys with minimal manual setup. Validate deployment via GET /health returning {"status":"ok"}.
Common Use Cases
- Background job processing (emails, exports, webhooks, long-running tasks)
- Scheduled jobs (cron-like tasks via Celery Beat)
- SaaS starter stack (Django + Postgres + Redis + Celery) ready for production
Dependencies for izy-template-django-celery-prod Hosting
- Postgres (Railway managed)
- Redis (Railway managed)
Deployment Dependencies
- A GitHub repository connected to the Web/Worker/Beat services (already configured in this template)
- Optional: a custom domain (can be added later in Railway)
Why Deploy izy-template-django-celery-prod on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying izy-template-django-celery-prod on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content