客户互动套件,是Intercom、Zendesk、Salesforce Service Cloud等的开源替代方案。
https://heroku.com/deploy?template=https://github.com/chatwoot/chatwoot/tree/master
https://hub.docker.com/r/chatwoot/chatwoot/ https://hub.docker.com/r/chatwoot/chatwoot/
Chatwoot是一个开源自托管的客户互动套件。它允许您查看和管理客户数据,无论客户使用何种媒介都能与之沟通,并根据其资料进行再互动。
Chatwoot支持以下对话渠道:
其他功能包括:
基本docker run命令
bashdocker run -d --name chatwoot \ -p 3000:3000 \ -e SECRET_KEY_BASE=your_secure_random_key \ -e DATABASE_URL=postgres://user:password@postgres-host:5432/chatwoot \ -e REDIS_URL=redis://redis-host:6379/1 \ chatwoot/chatwoot:latest
Docker Compose配置
创建docker-compose.yml文件:
yamlversion: '3' services: postgres: image: postgres:13 environment: POSTGRES_DB: chatwoot POSTGRES_USER: chatwoot POSTGRES_PASSWORD: secure_password volumes: - postgres_data:/var/lib/postgresql/data restart: always redis: image: redis:6 volumes: - redis_data:/data restart: always chatwoot: image: chatwoot/chatwoot:latest depends_on: - postgres - redis ports: - "3000:3000" environment: SECRET_KEY_BASE: your_secure_random_key DATABASE_URL: postgres://chatwoot:secure_password@postgres:5432/chatwoot REDIS_URL: redis://redis:6379/1 PORT: 3000 RAILS_ENV: production restart: always volumes: postgres_data: redis_data:
启动服务:
bashdocker-compose up -d
关键环境变量说明:
| 变量名 | 描述 | 示例值 |
|---|---|---|
| SECRET_KEY_BASE | 应用程序加密密钥,需使用随机安全字符串 | $(openssl rand -hex 64) |
| DATABASE_URL | PostgreSQL数据库连接URL | postgres://user:pass@host:5432/dbname |
| REDIS_URL | Redis连接URL | redis://host:6379/1 |
| RAILS_ENV | 运行环境 | production |
| PORT | 应用监听端口 | 3000 |
更多环境变量可参考官方文档。
除Docker外,还支持以下部署方式:
更多部署选项请查看官方部署页面。
如需报告漏洞,请参考https://github.com/chatwoot/chatwoot/blob/master/SECURITY.md%E6%96%87%E4%BB%B6%E3%80%82
如需帮助或交流,欢迎加入***服务器。
感谢所有贡献者的支持:
https://github.com/chatwoot/chatwoot/graphs/contributors
Chatwoot © 2017-2025,Chatwoot Inc - 基于MIT许可证发布。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务