概要
- フル名
docker.io/makeplane/plane-live- Registry
- docker.io
- 名前空間
- makeplane
- リポジトリ
- plane-live
- キャッシュ Tag 数
- 70
- 最終同期
- 07/06/2026, 12:53 PM
概要
Plane 开源项目管理实时协作服务镜像,WebSocket 推送看板与 issue 变更,需配合 plane-web、plane-api 与 PostgreSQL 同栈。
詳細
makeplane/plane-live 处理 Plane 产品的实时事件广播与 presence,连接 Redis pub/sub 将 issue 更新推至浏览器。镜像仅为实时层组件,完整 Plane 还需 web、api、worker 与 DB。典型 Jira/Linear 开源替代栈的一部分;生产固定 tag、Redis 高可用并配置 JWT 与 CORS,WebSocket 经 Ingress 需调大 timeout。
快速启动
docker run -d --name plane-live \
-p 3000:3000 \
-e REDIS_URL=redis://redis:6379 \
docker.io/makeplane/plane-live:latest
推荐实践
docker run -d --name plane-live \
--restart unless-stopped \
-p 3000:3000 \
-e REDIS_URL=redis://redis.internal:6379 \
-e LIVE_SERVER_SECRET=long-random-secret \
-e CORS_ALLOWED_ORIGINS=https://plane.internal \
docker.io/makeplane/plane-live:0.22.0
核心参数说明
-p 3000:3000— WebSocket 实时服务端口-e REDIS_URL— pub/sub 与 session Redis-e LIVE_SERVER_SECRET— 服务间签名密钥-e CORS_ALLOWED_ORIGINS— 允许的前端域名--restart unless-stopped— 协作推送持续在线- 固定 tag — 与 plane-web/api 版本配套
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: plane-live
spec:
replicas: 2
selector:
matchLabels:
app: plane-live
template:
metadata:
labels:
app: plane-live
spec:
containers:
- name: live
image: docker.io/makeplane/plane-live:0.22.0
ports:
- containerPort: 3000
envFrom:
- secretRef:
name: plane-secrets
---
apiVersion: v1
kind: Service
metadata:
name: plane-live
spec:
selector:
app: plane-live
ports:
- port: 3000
targetPort: 3000
Ingress 开启 WebSocket 升级;Redis 与 plane-api 同栈部署,多副本需 sticky session 或共享 Redis 频道。
最新 Tag(20 件)
すべての 70 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/makeplane/plane-live :buildcache | - | 2026/07/01 20:14 | - | - | |||
docker.io/makeplane/plane-live :preview | linux/amd64 | 2026/07/01 20:14 | 285.0 MB | sha256:a81ece7e6a14… | |||
docker.io/makeplane/plane-live :canary | linux/amd64 | 2026/06/23 23:26 | 285.0 MB | sha256:6a91936359dc… | |||
docker.io/makeplane/plane-live :stable | linux/amd64linux/arm64 | 2026/05/15 04:15 | 262.3 MB | sha256:d9ce8992425d… | |||
docker.io/makeplane/plane-live :v1.3.1 | linux/amd64linux/arm64 | 2026/05/15 04:15 | 262.3 MB | sha256:d9ce8992425d… | |||
docker.io/makeplane/plane-live :v1.3.0 | linux/amd64linux/arm64 | 2026/04/06 22:36 | 261.9 MB | sha256:96fd275fa18b… | |||
docker.io/makeplane/plane-live :fix-aio-community | linux/amd64 | 2026/03/31 21:07 | 261.9 MB | sha256:4ffa8cabfc1a… | |||
docker.io/makeplane/plane-live :v1.2.3 | linux/amd64linux/arm64 | 2026/03/05 20:50 | 232.3 MB | sha256:a8f6ea4fb9de… | |||
docker.io/makeplane/plane-live :v1.2.2 | linux/amd64linux/arm64 | 2026/02/23 16:53 | 232.3 MB | sha256:453d4f7be58b… | |||
docker.io/makeplane/plane-live :releasev1.2.2 | linux/amd64 | 2026/02/20 21:11 | 232.3 MB | sha256:ebf9c99e7953… | |||
docker.io/makeplane/plane-live :ee-5657 | linux/amd64 | 2026/01/31 21:17 | 257.7 MB | sha256:f0e64d8bd17f… | |||
docker.io/makeplane/plane-live :v1.2.1 | linux/amd64linux/arm64 | 2025/12/12 19:12 | 232.2 MB | sha256:7564d4cc3218… | |||
docker.io/makeplane/plane-live :v1.2.0 | linux/amd64linux/arm64 | 2025/12/11 22:52 | 232.2 MB | sha256:5911210f448d… | |||
docker.io/makeplane/plane-live :fix-uploads | linux/amd64 | 2025/12/11 21:43 | 232.2 MB | sha256:0319ce7d8ce3… | |||
docker.io/makeplane/plane-live :chore-aio-chages-community | linux/amd64 | 2025/12/11 18:07 | 232.3 MB | sha256:100c1bc5d387… | |||
docker.io/makeplane/plane-live :lifeiscontentoptimize-turborepo | linux/amd64 | 2025/12/10 15:27 | 221.1 MB | sha256:2372c4bd22c6… | |||
docker.io/makeplane/plane-live :fix-docker-build-hoist-patterns | linux/amd64 | 2025/12/09 18:55 | 221.0 MB | sha256:19cf989089dd… | |||
docker.io/makeplane/plane-live :v1.1.0 | linux/amd64linux/arm64 | 2025/10/23 21:01 | 228.3 MB | sha256:437ac20b1bdf… | |||
docker.io/makeplane/plane-live :fix-live-server-aio | linux/amd64 | 2025/10/07 17:00 | 224.3 MB | sha256:2f4104a9947a… | |||
docker.io/makeplane/plane-live :refactor-propel-tabs | linux/amd64 | 2025/09/17 22:12 | 217.0 MB | sha256:592807f58aff… |