镜像概览
- 完整引用
docker.io/chatwoot/chatwoot- Registry
- docker.io
- 命名空间
- chatwoot
- 仓库
- chatwoot
- 已缓存 Tag 数
- 244
- 最近同步
- 07/05/2026, 09:39 PM
简介
Chatwoot 开源客户支持平台镜像,多渠道客服 inbox、实时聊天与 CRM 集成,需 PostgreSQL 与 Redis 后端。
详细介绍
chatwoot/chatwoot 运行 Chatwoot 开源客服平台,Web UI 管理 WhatsApp、Email、Web Widget 等多渠道对话。定位为客服 Web 应用,依赖 PostgreSQL、Redis 与 Sidekiq worker;K8s Deployment + Ingress 企业客服系统。
快速启动
docker run -d --name chatwoot \
-p 3000:3000 \
-e POSTGRES_HOST=postgres \
-e REDIS_URL=redis://redis:6379 \
docker.io/chatwoot/chatwoot:latest
推荐实践
docker run -d --name chatwoot \
--restart unless-stopped \
-p 3000:3000 \
-e POSTGRES_HOST=postgres.internal \
-e POSTGRES_PASSWORD=changeme \
-e REDIS_URL=redis://redis.internal:6379 \
-e SECRET_KEY_BASE=changeme \
docker.io/chatwoot/chatwoot:v3.14.0
核心参数说明
-p 3000:3000— Chatwoot Web UI-e POSTGRES_HOST— PostgreSQL 后端-e SECRET_KEY_BASE— Rails 密钥(高敏)- 依赖 — Redis + Sidekiq worker
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: chatwoot
spec:
replicas: 2
selector:
matchLabels:
app: chatwoot
template:
metadata:
labels:
app: chatwoot
spec:
containers:
- name: chatwoot
image: docker.io/chatwoot/chatwoot:v3.14.0
ports:
- containerPort: 3000
envFrom:
- secretRef:
name: chatwoot-env
---
apiVersion: v1
kind: Service
metadata:
name: chatwoot
spec:
selector:
app: chatwoot
ports:
- port: 3000
targetPort: 3000
PostgreSQL/Redis 独立 Service;Sidekiq 独立 Deployment。
最新 Tag(20 条)
查看全部 244 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/chatwoot/chatwoot :develop-ce | linux/amd64linux/arm64 | 2026/06/29 16:44 | 676.3 MB | sha256:66f1f3a3a3c5… | |||
docker.io/chatwoot/chatwoot :develop | linux/arm64linux/amd64 | 2026/06/29 16:43 | 673.2 MB | sha256:504a1c9dbd2d… | |||
docker.io/chatwoot/chatwoot :v4.15.1 | linux/amd64linux/arm64 | 2026/06/17 21:03 | 675.8 MB | sha256:1c92e8ca5367… | |||
docker.io/chatwoot/chatwoot :v4.15.1-ce | linux/amd64linux/arm64 | 2026/06/17 21:03 | 675.7 MB | sha256:d8100c2fcdd1… | |||
docker.io/chatwoot/chatwoot :latest-ce | linux/amd64linux/arm64 | 2026/06/17 21:03 | 675.7 MB | sha256:bfd7a186599a… | |||
docker.io/chatwoot/chatwoot :latest | linux/arm64linux/amd64 | 2026/06/17 21:01 | 672.7 MB | sha256:560773ab784a… | |||
docker.io/chatwoot/chatwoot :v4.15.0 | linux/arm64linux/amd64 | 2026/06/17 03:07 | 672.7 MB | sha256:f27c32d4241b… | |||
docker.io/chatwoot/chatwoot :v4.15.0-ce | linux/amd64linux/arm64 | 2026/06/17 03:04 | 675.7 MB | sha256:9842f1295a1a… | |||
docker.io/chatwoot/chatwoot :v4.14.2 | linux/amd64linux/arm64 | 2026/06/11 01:44 | 675.6 MB | sha256:97ede77db0c2… | |||
docker.io/chatwoot/chatwoot :v4.14.2-ce | linux/arm64linux/amd64 | 2026/06/11 01:42 | 672.3 MB | sha256:2f89e304079e… | |||
docker.io/chatwoot/chatwoot :v4.14.1-ce | linux/arm64linux/amd64 | 2026/05/29 20:26 | 671.5 MB | sha256:9e4748272efc… | |||
docker.io/chatwoot/chatwoot :v4.14.1 | linux/arm64linux/amd64 | 2026/05/29 20:25 | 671.6 MB | sha256:fdf7448f87a9… | |||
docker.io/chatwoot/chatwoot :v4.14.0-ce | linux/arm64linux/amd64 | 2026/05/19 00:50 | 670.2 MB | sha256:d5ac06beacad… | |||
docker.io/chatwoot/chatwoot :v4.14.0 | linux/arm64linux/amd64 | 2026/05/19 00:50 | 670.3 MB | sha256:6843da414d0e… | |||
docker.io/chatwoot/chatwoot :v4.13.0-ce | linux/amd64linux/arm64 | 2026/04/16 22:01 | 671.9 MB | sha256:75472260946b… | |||
docker.io/chatwoot/chatwoot :v4.13.0 | linux/amd64linux/arm64 | 2026/04/16 21:59 | 672.0 MB | sha256:38088b90825a… | |||
docker.io/chatwoot/chatwoot :v4.12.1-ce | linux/amd64linux/arm64 | 2026/03/26 07:50 | 671.1 MB | sha256:420d04f71165… | |||
docker.io/chatwoot/chatwoot :v4.12.1 | linux/amd64linux/arm64 | 2026/03/26 07:49 | 671.2 MB | sha256:747528df3bda… | |||
docker.io/chatwoot/chatwoot :v4.12.0 | linux/arm64linux/amd64 | 2026/03/18 07:55 | 668.1 MB | sha256:6373fa77d4fa… | |||
docker.io/chatwoot/chatwoot :v4.12.0-ce | linux/amd64linux/arm64 | 2026/03/18 07:53 | 670.9 MB | sha256:e6e1d7142747… |