概要

フル名
docker.io/twentycrm/twenty
Registry
docker.io
名前空間
twentycrm
リポジトリ
twenty
キャッシュ Tag 数
340
最終同期
07/05/2026, 09:04 PM

概要

Twenty 开源 CRM Web 镜像,联系人、商机管道与邮件集成,Notion 风格 UI,需 PostgreSQL 与 Redis 后端。

詳細

twentycrm/twenty 运行 Twenty 开源 CRM 平台,Web UI 管理联系人、销售管道与团队协作。定位为 CRM Web 应用,依赖 PostgreSQL 与 Redis;K8s Deployment + Ingress 内网轻量 CRM。

快速启动

docker run -d --name twenty \
  -p 3000:3000 \
  -e PG_DATABASE_URL=postgres://user:pass@postgres:5432/twenty \
  docker.io/twentycrm/twenty:latest

推荐实践

docker run -d --name twenty \
  --restart unless-stopped \
  -p 3000:3000 \
  -e PG_DATABASE_URL=postgres://user:pass@postgres.internal:5432/twenty \
  -e REDIS_URL=redis://redis.internal:6379 \
  -e APP_SECRET=changeme \
  docker.io/twentycrm/twenty:0.31.0

核心参数说明

  • -p 3000:3000 — Twenty Web UI
  • -e PG_DATABASE_URL — PostgreSQL 连接(高敏
  • -e APP_SECRET — 应用密钥(高敏
  • 依赖 — Redis 缓存

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: twenty
spec:
  replicas: 2
  selector:
    matchLabels:
      app: twenty
  template:
    metadata:
      labels:
        app: twenty
    spec:
      containers:
        - name: twenty
          image: docker.io/twentycrm/twenty:0.31.0
          ports:
            - containerPort: 3000
          envFrom:
            - secretRef:
                name: twenty-env
---
apiVersion: v1
kind: Service
metadata:
  name: twenty
spec:
  selector:
    app: twenty
  ports:
    - port: 3000
      targetPort: 3000

PostgreSQL/Redis 独立 Service;Ingress TLS 与 Google OAuth。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/twentycrm/twenty
:latest
linux/amd64linux/arm64
2026/06/28 20:49234.1 MBsha256:c4fde077b5ba
docker.io/twentycrm/twenty
:v2
linux/amd64linux/arm64
2026/06/28 20:49234.1 MBsha256:c4fde077b5ba
docker.io/twentycrm/twenty
:v2.17
linux/amd64linux/arm64
2026/06/28 20:49234.1 MBsha256:c4fde077b5ba
docker.io/twentycrm/twenty
:v2.17.0
linux/amd64linux/arm64
2026/06/28 20:49234.1 MBsha256:c4fde077b5ba
docker.io/twentycrm/twenty
:v2.16
linux/amd64linux/arm64
2026/06/25 23:06229.6 MBsha256:b909d2c0062e
docker.io/twentycrm/twenty
:v2.16.1
linux/amd64linux/arm64
2026/06/25 23:06229.6 MBsha256:b909d2c0062e
docker.io/twentycrm/twenty
:v2.16.0
linux/amd64linux/arm64
2026/06/25 00:00229.3 MBsha256:b9bbc376dc74
docker.io/twentycrm/twenty
:v2.15
linux/amd64linux/arm64
2026/06/23 17:31247.2 MBsha256:3a0f96d0bb53
docker.io/twentycrm/twenty
:v2.15.0
linux/amd64linux/arm64
2026/06/23 17:31247.2 MBsha256:3a0f96d0bb53
docker.io/twentycrm/twenty
:v2.14
linux/amd64linux/arm64
2026/06/22 20:32245.3 MBsha256:749765ed8da9
docker.io/twentycrm/twenty
:v2.14.4
linux/amd64linux/arm64
2026/06/22 20:32245.3 MBsha256:749765ed8da9
docker.io/twentycrm/twenty
:v2.14.3
linux/amd64linux/arm64
2026/06/16 21:53245.3 MBsha256:de6751e092d2
docker.io/twentycrm/twenty
:v2.8
linux/amd64linux/arm64
2026/06/16 21:36264.9 MBsha256:ebcb7e225fe4
docker.io/twentycrm/twenty
:v2.8.5
linux/amd64linux/arm64
2026/06/16 21:36264.9 MBsha256:ebcb7e225fe4
docker.io/twentycrm/twenty
:v2.6
linux/amd64linux/arm64
2026/06/16 21:36274.7 MBsha256:76c76f489e39
docker.io/twentycrm/twenty
:v2.6.3
linux/amd64linux/arm64
2026/06/16 21:36274.7 MBsha256:76c76f489e39
docker.io/twentycrm/twenty
:v2.7
linux/amd64linux/arm64
2026/06/16 21:34274.7 MBsha256:01e548be78b4
docker.io/twentycrm/twenty
:v2.7.5
linux/amd64linux/arm64
2026/06/16 21:34274.7 MBsha256:01e548be78b4
docker.io/twentycrm/twenty
:v2.14.1
linux/amd64linux/arm64
2026/06/16 01:09245.3 MBsha256:13e33b1f27df
docker.io/twentycrm/twenty
:v2.14.0
linux/amd64linux/arm64
2026/06/15 23:31245.7 MBsha256:57e581b7c55a