---
title: "Deploy TwentyCRM"
description: "Deploy the latest version (v2) of open-source CRM Twenty,  with S3 Bucket"
category: "Automation"
url: https://railway.com/deploy/twenty-crm
---

# Deploy TwentyCRM

Deploy the latest version (v2) of open-source CRM Twenty,  with S3 Bucket

**[Deploy TwentyCRM on Railway](https://railway.com/template/twenty-crm)**

- **Creator:** TMSD
- **Category:** Automation
- **Total deploys:** 1,782

## Template content

### Postgres https://devicons.railway.app/postgres

- **Image:** postgres:16

### Redis https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg

- **Image:** redis:8.2.1
- **Start command:** `/bin/sh -c "rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH"`

### Twenty https://raw.githubusercontent.com/twentyhq/twenty/6fd8dab55243cda291fa45f896caaa9d5e5160b8/packages/twenty-chrome-extension/public/logo/32-32.svg

- **Image:** twentycrm/twenty:latest
- **Health check:** /healthz
- **Public domain:** Yes

### Twenty Worker https://raw.githubusercontent.com/twentyhq/twenty/6fd8dab55243cda291fa45f896caaa9d5e5160b8/packages/twenty-chrome-extension/public/logo/32-32.svg

- **Image:** twentycrm/twenty:latest
- **Start command:** `yarn worker:prod`

## Buckets

- **Bucket**

## Documentation

# Deploy and Host TwentyCRM on Railway

[TwentyCRM](https://twenty.com) is a modern, open-source customer relationship management system built for fast-growing companies. It adapts to your workflows, integrates directly with your customer data, and serves as a flexible platform for sales, support, and marketing operations.

## About Hosting Twenty CRM

Hosting Twenty CRM involves deploying a self-hosted backend that manages your customer relationships, workflows, and internal processes. The platform is fully open-source and gives you control over infrastructure, data, and customization. You’ll configure environment variables, set up required services like PostgreSQL and Redis, and follow the standard deployment flow. With proper setup, Twenty CRM becomes a scalable and reliable customer operating system.

## Common Use Cases

- Managing and visualizing complex sales pipelines
- Unifying customer data across support, sales, and success teams
- Automating outreach and customer lifecycle workflows

## Dependencies for Twenty CRM Hosting

- PostgreSQL database
- Redis for caching and background jobs
- S3 Bucket for file storage and storing workflows

### Deployment Dependencies and Configuration

- **Hobby or Pro** plan is possibly required to deploy this template
  - Why? -> some services in this template may use more than 512MB of memory when deploying and running. The Free plan has a limit of 512MB of memory per service, so you likely need to upgrade to at least the Hobby plan

#### Official guides for setup and upgrading:
- Setup guide: https://twenty.com/developers/section/self-hosting/setup
- Upgrade guide: https://twenty.com/developers/section/self-hosting/upgrade-guide

### Versioning:

NOTE: By default the template always deploys the latest docker image: twentycrm/twenty:latest. But you can pin the deployments to a specific version by updating the source image of both the Twenty and Twenty Worker services. Example: twentycrm/twenty:v1.1.1. 

Find all the versions available here: https://hub.docker.com/r/twentycrm/twenty/tags

## Why Deploy Twenty CRM 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 Twenty CRM 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.

## Similar templates

- [N8N Main + Worker](https://railway.com/deploy/n8n-main-worker) — Deploy and Host N8N with Inactive worker.
- [Evolution API with n8n](https://railway.com/deploy/evolution-api-with-n8n) — [Jul'26] WhatsApp automation platform using Evolution API, n8n & PostgreSQL
- [Postgres Backup](https://railway.com/deploy/postgres-s3-backups) — Cron-based PostgreSQL backup to bucket storage

Open this page in a browser: https://railway.com/deploy/twenty-crm
