镜像概览

完整引用
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:44676.3 MBsha256:66f1f3a3a3c5
docker.io/chatwoot/chatwoot
:develop
linux/arm64linux/amd64
2026/06/29 16:43673.2 MBsha256:504a1c9dbd2d
docker.io/chatwoot/chatwoot
:v4.15.1
linux/amd64linux/arm64
2026/06/17 21:03675.8 MBsha256:1c92e8ca5367
docker.io/chatwoot/chatwoot
:v4.15.1-ce
linux/amd64linux/arm64
2026/06/17 21:03675.7 MBsha256:d8100c2fcdd1
docker.io/chatwoot/chatwoot
:latest-ce
linux/amd64linux/arm64
2026/06/17 21:03675.7 MBsha256:bfd7a186599a
docker.io/chatwoot/chatwoot
:latest
linux/arm64linux/amd64
2026/06/17 21:01672.7 MBsha256:560773ab784a
docker.io/chatwoot/chatwoot
:v4.15.0
linux/arm64linux/amd64
2026/06/17 03:07672.7 MBsha256:f27c32d4241b
docker.io/chatwoot/chatwoot
:v4.15.0-ce
linux/amd64linux/arm64
2026/06/17 03:04675.7 MBsha256:9842f1295a1a
docker.io/chatwoot/chatwoot
:v4.14.2
linux/amd64linux/arm64
2026/06/11 01:44675.6 MBsha256:97ede77db0c2
docker.io/chatwoot/chatwoot
:v4.14.2-ce
linux/arm64linux/amd64
2026/06/11 01:42672.3 MBsha256:2f89e304079e
docker.io/chatwoot/chatwoot
:v4.14.1-ce
linux/arm64linux/amd64
2026/05/29 20:26671.5 MBsha256:9e4748272efc
docker.io/chatwoot/chatwoot
:v4.14.1
linux/arm64linux/amd64
2026/05/29 20:25671.6 MBsha256:fdf7448f87a9
docker.io/chatwoot/chatwoot
:v4.14.0-ce
linux/arm64linux/amd64
2026/05/19 00:50670.2 MBsha256:d5ac06beacad
docker.io/chatwoot/chatwoot
:v4.14.0
linux/arm64linux/amd64
2026/05/19 00:50670.3 MBsha256:6843da414d0e
docker.io/chatwoot/chatwoot
:v4.13.0-ce
linux/amd64linux/arm64
2026/04/16 22:01671.9 MBsha256:75472260946b
docker.io/chatwoot/chatwoot
:v4.13.0
linux/amd64linux/arm64
2026/04/16 21:59672.0 MBsha256:38088b90825a
docker.io/chatwoot/chatwoot
:v4.12.1-ce
linux/amd64linux/arm64
2026/03/26 07:50671.1 MBsha256:420d04f71165
docker.io/chatwoot/chatwoot
:v4.12.1
linux/amd64linux/arm64
2026/03/26 07:49671.2 MBsha256:747528df3bda
docker.io/chatwoot/chatwoot
:v4.12.0
linux/arm64linux/amd64
2026/03/18 07:55668.1 MBsha256:6373fa77d4fa
docker.io/chatwoot/chatwoot
:v4.12.0-ce
linux/amd64linux/arm64
2026/03/18 07:53670.9 MBsha256:e6e1d7142747