镜像概览

完整引用
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:14285.0 MBsha256:a81ece7e6a14
docker.io/makeplane/plane-live
:canary
linux/amd64
2026/06/23 23:26285.0 MBsha256:6a91936359dc
docker.io/makeplane/plane-live
:stable
linux/amd64linux/arm64
2026/05/15 04:15262.3 MBsha256:d9ce8992425d
docker.io/makeplane/plane-live
:v1.3.1
linux/amd64linux/arm64
2026/05/15 04:15262.3 MBsha256:d9ce8992425d
docker.io/makeplane/plane-live
:v1.3.0
linux/amd64linux/arm64
2026/04/06 22:36261.9 MBsha256:96fd275fa18b
docker.io/makeplane/plane-live
:fix-aio-community
linux/amd64
2026/03/31 21:07261.9 MBsha256:4ffa8cabfc1a
docker.io/makeplane/plane-live
:v1.2.3
linux/amd64linux/arm64
2026/03/05 20:50232.3 MBsha256:a8f6ea4fb9de
docker.io/makeplane/plane-live
:v1.2.2
linux/amd64linux/arm64
2026/02/23 16:53232.3 MBsha256:453d4f7be58b
docker.io/makeplane/plane-live
:releasev1.2.2
linux/amd64
2026/02/20 21:11232.3 MBsha256:ebf9c99e7953
docker.io/makeplane/plane-live
:ee-5657
linux/amd64
2026/01/31 21:17257.7 MBsha256:f0e64d8bd17f
docker.io/makeplane/plane-live
:v1.2.1
linux/amd64linux/arm64
2025/12/12 19:12232.2 MBsha256:7564d4cc3218
docker.io/makeplane/plane-live
:v1.2.0
linux/amd64linux/arm64
2025/12/11 22:52232.2 MBsha256:5911210f448d
docker.io/makeplane/plane-live
:fix-uploads
linux/amd64
2025/12/11 21:43232.2 MBsha256:0319ce7d8ce3
docker.io/makeplane/plane-live
:chore-aio-chages-community
linux/amd64
2025/12/11 18:07232.3 MBsha256:100c1bc5d387
docker.io/makeplane/plane-live
:lifeiscontentoptimize-turborepo
linux/amd64
2025/12/10 15:27221.1 MBsha256:2372c4bd22c6
docker.io/makeplane/plane-live
:fix-docker-build-hoist-patterns
linux/amd64
2025/12/09 18:55221.0 MBsha256:19cf989089dd
docker.io/makeplane/plane-live
:v1.1.0
linux/amd64linux/arm64
2025/10/23 21:01228.3 MBsha256:437ac20b1bdf
docker.io/makeplane/plane-live
:fix-live-server-aio
linux/amd64
2025/10/07 17:00224.3 MBsha256:2f4104a9947a
docker.io/makeplane/plane-live
:refactor-propel-tabs
linux/amd64
2025/09/17 22:12217.0 MBsha256:592807f58aff