镜像概览
- 完整引用
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(20 条)
查看全部 340 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/twentycrm/twenty :latest | linux/amd64linux/arm64 | 2026/06/28 20:49 | 234.1 MB | sha256:c4fde077b5ba… | |||
docker.io/twentycrm/twenty :v2 | linux/amd64linux/arm64 | 2026/06/28 20:49 | 234.1 MB | sha256:c4fde077b5ba… | |||
docker.io/twentycrm/twenty :v2.17 | linux/amd64linux/arm64 | 2026/06/28 20:49 | 234.1 MB | sha256:c4fde077b5ba… | |||
docker.io/twentycrm/twenty :v2.17.0 | linux/amd64linux/arm64 | 2026/06/28 20:49 | 234.1 MB | sha256:c4fde077b5ba… | |||
docker.io/twentycrm/twenty :v2.16 | linux/amd64linux/arm64 | 2026/06/25 23:06 | 229.6 MB | sha256:b909d2c0062e… | |||
docker.io/twentycrm/twenty :v2.16.1 | linux/amd64linux/arm64 | 2026/06/25 23:06 | 229.6 MB | sha256:b909d2c0062e… | |||
docker.io/twentycrm/twenty :v2.16.0 | linux/amd64linux/arm64 | 2026/06/25 00:00 | 229.3 MB | sha256:b9bbc376dc74… | |||
docker.io/twentycrm/twenty :v2.15 | linux/amd64linux/arm64 | 2026/06/23 17:31 | 247.2 MB | sha256:3a0f96d0bb53… | |||
docker.io/twentycrm/twenty :v2.15.0 | linux/amd64linux/arm64 | 2026/06/23 17:31 | 247.2 MB | sha256:3a0f96d0bb53… | |||
docker.io/twentycrm/twenty :v2.14 | linux/amd64linux/arm64 | 2026/06/22 20:32 | 245.3 MB | sha256:749765ed8da9… | |||
docker.io/twentycrm/twenty :v2.14.4 | linux/amd64linux/arm64 | 2026/06/22 20:32 | 245.3 MB | sha256:749765ed8da9… | |||
docker.io/twentycrm/twenty :v2.14.3 | linux/amd64linux/arm64 | 2026/06/16 21:53 | 245.3 MB | sha256:de6751e092d2… | |||
docker.io/twentycrm/twenty :v2.8 | linux/amd64linux/arm64 | 2026/06/16 21:36 | 264.9 MB | sha256:ebcb7e225fe4… | |||
docker.io/twentycrm/twenty :v2.8.5 | linux/amd64linux/arm64 | 2026/06/16 21:36 | 264.9 MB | sha256:ebcb7e225fe4… | |||
docker.io/twentycrm/twenty :v2.6 | linux/amd64linux/arm64 | 2026/06/16 21:36 | 274.7 MB | sha256:76c76f489e39… | |||
docker.io/twentycrm/twenty :v2.6.3 | linux/amd64linux/arm64 | 2026/06/16 21:36 | 274.7 MB | sha256:76c76f489e39… | |||
docker.io/twentycrm/twenty :v2.7 | linux/amd64linux/arm64 | 2026/06/16 21:34 | 274.7 MB | sha256:01e548be78b4… | |||
docker.io/twentycrm/twenty :v2.7.5 | linux/amd64linux/arm64 | 2026/06/16 21:34 | 274.7 MB | sha256:01e548be78b4… | |||
docker.io/twentycrm/twenty :v2.14.1 | linux/amd64linux/arm64 | 2026/06/16 01:09 | 245.3 MB | sha256:13e33b1f27df… | |||
docker.io/twentycrm/twenty :v2.14.0 | linux/amd64linux/arm64 | 2026/06/15 23:31 | 245.7 MB | sha256:57e581b7c55a… |