Deploy Chatwoot - Pt_br
Template Chatwoot com descrição das variaveis em português Brasil.
Chatwoot | Open-Source Customer Support Platform
PgVector
Just deployed
/var/lib/postgresql
SideKiq
Just deployed
/app/storage
Chatwoot
Just deployed
/app/storage
Redis
Just deployed
/data
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
- Chatwoot GitHub Repository
- Railway Chatwoot Template Source
Implementation Details
Generate a random secret key for the environment before deploying:
openssl rand -hex 64
Configure these required environment variables in your Railway service settings:
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.
Template Content
PgVector
pgvector/pgvector:pg18SideKiq
chatwoot/chatwoot:latestChatwoot
chatwoot/chatwoot:latestRedis
redis:8.2.1