---
title: "Deploy Chatwoot - Pt_br"
description: "Template Chatwoot com descrição das variaveis em português Brasil."
category: "Bots"
url: https://railway.com/deploy/chatwoot-prod-citdev-last-version
---

# Deploy Chatwoot - Pt_br

Template Chatwoot com descrição das variaveis em português Brasil.

**[Deploy Chatwoot - Pt_br on Railway](https://railway.com/template/chatwoot-prod-citdev-last-version)**

- **Creator:** Citizen
- **Category:** Bots
- **Total deploys:** 4

## Template content

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

- **Image:** pgvector/pgvector:pg18
- **Start command:** `/bin/sh -c "unset PGPORT; docker-entrypoint.sh postgres --port=5432"`

### SideKiq https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/chatwoot.svg

- **Image:** chatwoot/chatwoot:latest
- **Start command:** `bundle exec sidekiq -C config/sidekiq.yml`

### Chatwoot https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/chatwoot.svg

- **Image:** chatwoot/chatwoot:latest
- **Start command:** `bundle exec rails s -p 3000 -b 0.0.0.0`
- **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"`

## Documentation

# Deploy and Host Chatwoot - Prod. CitDev - Last Version on Railway

Chatwoot - Prod. CitDev - Last Version is an open-source, self-hosted customer engagement and support platform. It centralizes messages across live chat, email, WhatsApp, Telegram, and social media channels into a single unified inbox, offering real-time messaging, contact management, and workflow automation for modern customer success teams.

## About Hosting Chatwoot - Prod. CitDev - Last Version

Hosting Chatwoot - Prod. CitDev - Last Version involves deploying a full-stack Ruby on Rails web server alongside background worker tasks (Sidekiq), a relational database, and an in-memory key-value cache. When deployed on Railway, the web application and worker process run in a containerized environment, managing real-time WebSocket connections and HTTP traffic. Data persistence for messages, users, and contacts is handled by a PostgreSQL database, while Redis or Valkey manages background job queues and real-time pub/sub events. This setup ensures high availability, automated SSL encryption, and isolated scaling for both web and background tasks.

## Common Use Cases

* **Omnichannel Customer Support:** Manage live chat, email, WhatsApp, and social media conversations from a unified inbox.
* **Automated Workflows & AI Bot Routing:** Route conversations based on agent availability, assign labels, and process AI-assisted responses.
* **Multi-Brand Workspace Management:** Organize multiple customer-facing brands or products under one team hierarchy with custom agent permissions.

## Dependencies for Chatwoot - Prod. CitDev - Last Version Hosting

* **PostgreSQL Database:** Primary relational database required for storing application models, user data, and conversation history.
* **Redis / Valkey:** In-memory store required for Sidekiq background job processing and real-time WebSocket pub/sub features.
* **SMTP Server:** Recommended external mailer for handling transactional emails, agent invites, and notification delivery.

### Deployment Dependencies

* [Chatwoot Official Self-Hosted Documentation](https://developers.chatwoot.com/self-hosted/deployment/architecture)
* [Chatwoot GitHub Repository](https://github.com/chatwoot/chatwoot)
* [Railway Chatwoot Template Source](https://github.com/railwayapp-templates/chatwoot)

### Implementation Details

Generate a random secret key for the environment before deploying:

```bash
openssl rand -hex 64

```

Configure these required environment variables in your Railway service settings:

```env
RAILS_ENV=production
SECRET_KEY_BASE=your_generated_64_bit_key
FRONTEND_URL=https://your-domain.up.railway.app
DATABASE_URL=${{ Postgres.DATABASE_URL }}
REDIS_URL=${{ Redis.REDIS_URL }}

```

## Why Deploy Chatwoot - Prod. CitDev - Last Version 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 Chatwoot - Prod. CitDev - Last Version 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

- [Telegram JavaScript Bot](https://railway.com/deploy/5lRkWa) — A template for Telegram bot in JavaScript using grammY
- [Cobalt Tools [Updated Aug ’26]](https://railway.com/deploy/cobalt) — Cobalt Tools [Aug ’26] (Media Downloader, Converter & Automation) Self Host
- [Telegram Gateway](https://railway.com/deploy/railway-telegram-gateway) — Multi-bot Telegram webhook gateway with real-time WebSocket event streaming

Open this page in a browser: https://railway.com/deploy/chatwoot-prod-citdev-last-version
