Docker Deployment
Deploy Chatwoot using Docker and Docker Compose for a containerized, portable deployment. This is ideal for development, testing, and production environments that use container orchestration.Prerequisites
- Docker Engine 20.10+
- Docker Compose v2.0+
- 4GB+ RAM available
- 20GB+ disk space
Install Docker
Install Docker Compose
Quick Start
1. Clone the Repository
2. Configure Environment
Copy the example environment file:.env with your configuration:
3. Start Services
http://localhost:3000.
Docker Compose Configuration
Here’s the production-readydocker-compose.yaml configuration:
Production Deployment
For production deployments with Nginx reverse proxy:1. Docker Compose with Nginx
Createdocker-compose.production.yml:
2. Nginx Configuration
Createnginx.conf:

