---
title: "Deploy n8n with workers"
description: "A complete setup for n8n with workers"
category: "Automation"
url: https://railway.com/deploy/EfkjX2
---

# Deploy n8n with workers

A complete setup for n8n with workers

**[Deploy n8n with workers on Railway](https://railway.com/template/EfkjX2)**

- **Creator:** Steven Junio's Projects
- **Category:** Automation
- **Total deploys:** 4,048

## Template content

### n8n worker

- **Image:** n8nio/n8n
- **Start command:** `n8n worker --concurrency=10`

### Redis https://devicons.railway.app/i/redis.svg

- **Image:** bitnami/redis

### n8n main instance

- **Source:** https://github.com/Tudulabs/n8n3
- **Health check:** healthz
- **Public domain:** Yes

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

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

## Documentation

Instantly create a n8n instance in queue mode with a worker. This allows for infinite horizontal scaling. Simply increase the number of replicas for the n8n worker instance, and n8n will distribute the work across them.

You can also setup webhook processors by configuring a load balancer.

https://docs.n8n.io/hosting/scaling/queue-mode/#webhook-processors

## 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/EfkjX2
