---
title: "Deploy Plane with RabbitMQ"
description: "Plane v1.4 with PostgreSQL, Redis, RabbitMQ, and MinIO."
category: "Other"
url: https://railway.com/deploy/plane-with-rabbitmq
---

# Deploy Plane with RabbitMQ

Plane v1.4 with PostgreSQL, Redis, RabbitMQ, and MinIO.

**[Deploy Plane with RabbitMQ on Railway](https://railway.com/template/plane-with-rabbitmq)**

- **Creator:** Tom
- **Category:** Other
- **Total deploys:** 80

## Template content

### Space https://plane.so/favicon.ico

- **Image:** makeplane/plane-space:v1.4.1@sha256:741cd5d6bbfaa94bac4a28837d5fab3f7459b014a6c9066728a3b3cfe76fc6c8
- **Start command:** `npx react-router-serve ./build/server/index.js`

### API https://plane.so/favicon.ico

- **Image:** makeplane/plane-backend:v1.4.1@sha256:631f42fc01c1db5e7759c2e5ceffffa5fa2afd4b0ee7c8bc92cde9f1a6a0ec8f
- **Start command:** `./bin/docker-entrypoint-api.sh`

### Migrator https://plane.so/favicon.ico

- **Image:** makeplane/plane-backend:v1.4.1@sha256:631f42fc01c1db5e7759c2e5ceffffa5fa2afd4b0ee7c8bc92cde9f1a6a0ec8f
- **Start command:** `./bin/docker-entrypoint-migrator.sh`

### Admin https://plane.so/favicon.ico

- **Image:** makeplane/plane-admin:v1.4.1@sha256:db215110ef79ab4048334086c891e1499f4c0d30724030a884f6fb61df162d8d
- **Start command:** `nginx -g 'daemon off;'`

### Live https://plane.so/favicon.ico

- **Image:** makeplane/plane-live:v1.4.1@sha256:02fd23645fa0f84a68ccfdbab8ba6ceaac5deca6c482bff041880b02295ae76c

### RabbitMQ https://a.storyblok.com/f/153547/2400x2540/24777f0edc/rabbitmq-logo_best-for-rabbitmq-blog.png

- **Image:** rabbitmq:3.13.7-management-alpine@sha256:606d8c0d6b3c18d1da9afc53bc7cdb2a8d5486df91b5a9830e9e07626c9ae281

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

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

### Web https://plane.so/favicon.ico

- **Image:** makeplane/plane-frontend:v1.4.1@sha256:577604d9d2d2cf7b055e5d5ecca84b26c70d70b6b6d87803488c412b9725907b
- **Start command:** `nginx -g 'daemon off;'`

### Plane https://plane.so/favicon.ico

- **Source:** monotykamary/plane-caddy-proxy
- **Health check:** /health
- **Public domain:** Yes

### Bucket https://res.cloudinary.com/h5kvzw/image/upload/v1706062979/MINIO_Bird_vbtpet.png

- **Image:** minio/minio:RELEASE.2025-09-07T16-13-09Z
- **Start command:** `/bin/sh -c "minio server --address [::]:$MINIO_PRIVATE_PORT $RAILWAY_VOLUME_MOUNT_PATH"`

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

- **Image:** redis:8.2.8
- **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"`

### Worker https://plane.so/favicon.ico

- **Image:** makeplane/plane-backend:v1.4.1@sha256:631f42fc01c1db5e7759c2e5ceffffa5fa2afd4b0ee7c8bc92cde9f1a6a0ec8f
- **Start command:** `./bin/docker-entrypoint-worker.sh`

### Beat Worker https://plane.so/favicon.ico

- **Image:** makeplane/plane-backend:v1.4.1@sha256:631f42fc01c1db5e7759c2e5ceffffa5fa2afd4b0ee7c8bc92cde9f1a6a0ec8f
- **Start command:** `./bin/docker-entrypoint-beat.sh`

## Documentation

# Deploy and Host Plane with RabbitMQ on Railway

Plane is an open-source project-management platform for issues, cycles, modules, pages, analytics, and real-time team collaboration.

## About Hosting Plane

This template deploys the Plane Community Edition `v1.4.1` application services behind one Caddy `2.11.4` HTTPS origin. PostgreSQL stores application records, Redis supports cache and transient state, RabbitMQ carries background jobs, and MinIO persists uploads and attachments.

Only the `Plane` proxy receives a public HTTP domain. Web, API, admin, spaces, live collaboration, PostgreSQL, Redis, RabbitMQ, and object-storage traffic use Railway private networking.

## Common Use Cases

- Manage product issues, cycles, modules, and roadmaps
- Run a self-hosted alternative to Jira, Linear, or Asana
- Coordinate project pages, intake, and real-time collaboration
- Keep project data and attachments in a privately operated stack

## Dependencies for Plane Hosting

- Plane Community Edition `v1.4.1`
- PostgreSQL 17
- Redis `8.2.8`
- RabbitMQ `3.13.7`
- MinIO `RELEASE.2025-09-07T16-13-09Z`
- Caddy `2.11.4`
- Persistent volumes for PostgreSQL, Redis, RabbitMQ, and MinIO

### Deployment Dependencies

- [Plane documentation](https://developers.plane.so/self-hosting/overview)
- [Plane source](https://github.com/makeplane/plane)
- [Plane v1.4.1 release](https://github.com/makeplane/plane/releases/tag/v1.4.1)
- [Proxy source](https://github.com/monotykamary/plane-caddy-proxy)

### Implementation Details

The template runs dedicated web, admin, spaces, API, live, worker, beat, and migrator processes. The migrator prepares the database and object-storage bucket before the API and workers settle. Generated signing, database, queue, cache, and object-storage credentials are shared through Railway references rather than serialized values.

Open the generated `Plane` domain after deployment. Complete instance setup through `/god-mode/`, then create a workspace and invite users. Keep internal services private; the proxy already routes all browser, API, live, and upload paths through the public origin.

Plane is a substantial multi-service stack. Allocate enough memory for the API, workers, frontend services, and four stateful dependencies before enabling production traffic.

## Why Deploy Plane on Railway?

Railway provides persistent volumes, private networking, HTTPS, generated secrets, deployment health checks, and centralized service logs for the complete Plane topology.



## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/plane-with-rabbitmq
