All Templates / Starters
Symfony
A simple Symfony app that is connected to a Postgres database
Worker Service
railwayapp-templates/symfony
Just deployed
Cron Service
railwayapp-templates/symfony
Just deployed
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
App Service
railwayapp-templates/symfony
Just deployed
This is a Symfony starter app that connects to a Postgres database.
This setup deploys your Symfony app on Railway, ensuring that your database, scheduled tasks (crons), and queue workers are all fully operational.
The deployment structure follows a "majestic monolith" architecture, where the entire Symfony app is managed as a single codebase but split into four separate services on Railway:
Template Content
Worker Service
railwayapp-templates/symfonyCron Service
railwayapp-templates/symfonyApp Service
railwayapp-templates/symfonyDetails
Odogwu Machalla
Created on Nov 12, 2024
25 total projects
11 active projects
80% success on recent deploys
PHP, Shell, JavaScript, Twig, CSS
Starters
More templates in this category
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Odogwu Machalla
30
New
Django Container - Starter Boilerplate
Django and Dockerfile Boilerplate optimized for Railway Deployments
Justin Mitchel