---
title: "Deploy roomote preview"
url: https://railway.com/deploy/bP3Lsu
---

# Deploy roomote preview

**[Deploy roomote preview on Railway](https://railway.com/template/bP3Lsu)**

- **Creator:** Matt Rubens's Projects
- **Total deploys:** 26

## Template content

### controller

- **Image:** ghcr.io/roocodeinc/roomote-app:develop
- **Start command:** `/roomote/.docker/app/entrypoint.sh controller`

### api

- **Image:** ghcr.io/roocodeinc/roomote-app:develop
- **Start command:** `/roomote/.docker/app/entrypoint.sh api`
- **Health check:** /health/liveness
- **Public domain:** Yes

### bullmq

- **Image:** ghcr.io/roocodeinc/roomote-app:develop
- **Start command:** `/roomote/.docker/app/entrypoint.sh bullmq`

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

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

### preview-proxy

- **Image:** ghcr.io/roocodeinc/roomote-app:develop
- **Start command:** `/roomote/.docker/app/entrypoint.sh preview-proxy`
- **Health check:** /health
- **Public domain:** Yes

### web

- **Image:** ghcr.io/roocodeinc/roomote-app:develop
- **Start command:** `/roomote/.docker/app/entrypoint.sh web`
- **Health check:** /health
- **Public domain:** Yes

### 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"`

### minio

- **Image:** minio/minio
- **Start command:** `minio server /data --console-address :9001`
- **Public domain:** Yes

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