---
title: "Deploy Zero"
description: "Easily deploy Zero on Railway"
category: "Starters"
url: https://railway.com/deploy/s9CW6Y
---

# Deploy Zero

Easily deploy Zero on Railway

**[Deploy Zero on Railway](https://railway.com/template/s9CW6Y)**

- **Creator:** Ravensburg Technologies
- **Category:** Starters
- **Total deploys:** 26

## Template content

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

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

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

- **Source:** https://github.com/Ravensburg-Technologies/minio-console
- **Start command:** `/bin/sh -c "exec console server --host 0.0.0.0 --port $PORT"`
- **Health check:** /login
- **Public domain:** Yes

### zero-migrator

- **Source:** https://github.com/Ravensburg-Technologies/zero-railway
- **Start command:** `cd packages/zero && bun run start`
- **Health check:** /run-migration

### view-syncer

- **Source:** https://github.com/Ravensburg-Technologies/zero-railway
- **Health check:** /
- **Public domain:** Yes

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

- **Image:** minio/minio:latest
- **Start command:** `/bin/sh -c "mkdir -p \"${RAILWAY_VOLUME_MOUNT_PATH}/backup\" && exec minio server --address '[::]':$MINIO_PRIVATE_PORT \"$RAILWAY_VOLUME_MOUNT_PATH\""`
- **Health check:** /minio/health/ready
- **Public domain:** Yes

### api

- **Source:** https://github.com/Ravensburg-Technologies/zero-railway
- **Start command:** `cd apps/api && bun run start`
- **Health check:** /
- **Public domain:** Yes

### app

- **Source:** https://github.com/Ravensburg-Technologies/zero-railway
- **Health check:** /
- **Public domain:** Yes

### replication-manager

- **Source:** https://github.com/Ravensburg-Technologies/zero-railway
- **Health check:** /

## Documentation

This template provides an easy way to deploy [Zero](https://zero.rocicorp.dev) with a multi-node setup allowing horizontal scaling and zero-downtime deployments.

Components:
- Postgres DB (wal_level automatically set to "logical" which is need for Zero)
- [Min.io](https://min.io) bucket to store replica files
- Simple API with Drizzle and database migrations
- React frontend with Zero demo
- Zero Replication Manager
- Zero View Syncer
- Zero Migration Handler

## Similar templates

- [open-excalidraw](https://railway.com/deploy/open-excalidraw) — Self-hostable collaborative drawing built on Excalidraw
- [caring-vibrancy](https://railway.com/deploy/caring-vibrancy) — Deploy and Host caring-vibrancy with Railway
- [Appsmith](https://railway.com/deploy/appsmith-1) — Low-code platform for internal tools, dashboards, and admin panels.

Open this page in a browser: https://railway.com/deploy/s9CW6Y
