Overview
- Full name
docker.io/makeplane/plane-space- Registry
- docker.io
- Namespace
- makeplane
- Repository
- plane-space
- Cached tags
- 110
- Last synced
- 07/06/2026, 07:20 AM
Introduction
Plane 开源项目管理 Space 服务镜像,处理工作区与项目元数据 API,需 PostgreSQL/Redis 与同栈 plane-web 部署。
Details
makeplane/plane-space 是 Plane 协作平台的 Space 微服务,提供 REST API 管理 workspace 与 issue。定位为 HTTP API 后端,需 DATABASE_URL 与 Redis;K8s Deployment 与 plane-web、plane-api 同 namespace。
快速启动
docker run -d --name plane-space \
-p 8000:8000 \
-e DATABASE_URL=postgres://plane:pass@db:5432/plane \
docker.io/makeplane/plane-space:latest
推荐实践
docker run -d --name plane-space \
--restart unless-stopped \
-p 8000:8000 \
-e DATABASE_URL=postgres://plane:pass@postgres:5432/plane \
-e REDIS_URL=redis://redis:6379 \
docker.io/makeplane/plane-space:0.22.0
核心参数说明
-p 8000:8000— Space API 端口-e DATABASE_URL— PostgreSQL 连接串(高敏)-e REDIS_URL— 缓存与会话 Redis- 固定 tag — Plane 栈 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: plane-space
spec:
replicas: 2
selector:
matchLabels:
app: plane-space
template:
metadata:
labels:
app: plane-space
spec:
containers:
- name: space
image: docker.io/makeplane/plane-space:0.22.0
ports:
- containerPort: 8000
envFrom:
- secretRef:
name: plane-secrets
---
apiVersion: v1
kind: Service
metadata:
name: plane-space
spec:
selector:
app: plane-space
ports:
- port: 8000
targetPort: 8000
Postgres/Redis 独立 StatefulSet。
Latest tags (20)
View all 110 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/makeplane/plane-space :buildcache | - | 2026/07/01 20:14 | - | - | |||
docker.io/makeplane/plane-space :preview | linux/amd64 | 2026/07/01 20:14 | 251.9 MB | sha256:216d233c13fe… | |||
docker.io/makeplane/plane-space :canary | linux/amd64 | 2026/06/23 23:26 | 251.9 MB | sha256:3bc01262886d… | |||
docker.io/makeplane/plane-space :stable | linux/amd64linux/arm64 | 2026/05/15 04:15 | 223.9 MB | sha256:d03aa511c529… | |||
docker.io/makeplane/plane-space :v1.3.1 | linux/amd64linux/arm64 | 2026/05/15 04:15 | 223.9 MB | sha256:d03aa511c529… | |||
docker.io/makeplane/plane-space :v1.3.0 | linux/amd64linux/arm64 | 2026/04/06 22:36 | 223.6 MB | sha256:86b1af99bbe0… | |||
docker.io/makeplane/plane-space :fix-aio-community | linux/amd64 | 2026/03/31 21:07 | 223.6 MB | sha256:59101f9afe5e… | |||
docker.io/makeplane/plane-space :v1.2.3 | linux/amd64linux/arm64 | 2026/03/05 20:51 | 245.8 MB | sha256:bc5eb16a2d90… | |||
docker.io/makeplane/plane-space :v1.2.2 | linux/amd64linux/arm64 | 2026/02/23 16:53 | 245.8 MB | sha256:0f65d76b9acd… | |||
docker.io/makeplane/plane-space :releasev1.2.2 | linux/amd64 | 2026/02/20 21:12 | 245.8 MB | sha256:c118a3e0b70d… | |||
docker.io/makeplane/plane-space :ee-5657 | linux/amd64 | 2026/01/31 21:19 | 279.0 MB | sha256:1908bca7b42d… | |||
docker.io/makeplane/plane-space :v1.2.1 | linux/amd64linux/arm64 | 2025/12/12 19:12 | 245.8 MB | sha256:56c73e29b5ac… | |||
docker.io/makeplane/plane-space :v1.2.0 | linux/amd64linux/arm64 | 2025/12/11 22:57 | 355.7 MB | sha256:b23af5cfad26… | |||
docker.io/makeplane/plane-space :fix-uploads | linux/amd64 | 2025/12/11 21:44 | 355.7 MB | sha256:2c5b0350c5a6… | |||
docker.io/makeplane/plane-space :chore-aio-chages-community | linux/amd64 | 2025/12/11 18:08 | 355.7 MB | sha256:16b0da09b6c1… | |||
docker.io/makeplane/plane-space :lifeiscontentoptimize-turborepo | linux/amd64 | 2025/12/10 15:28 | 368.0 MB | sha256:d06c3631cbdf… | |||
docker.io/makeplane/plane-space :fix-docker-build-hoist-patterns | linux/amd64 | 2025/12/09 18:57 | 368.1 MB | sha256:571e07e3d3be… | |||
docker.io/makeplane/plane-space :v1.1.0 | linux/amd64linux/arm64 | 2025/10/23 21:01 | 117.4 MB | sha256:bbd396f6485a… | |||
docker.io/makeplane/plane-space :fix-live-server-aio | linux/amd64 | 2025/10/07 17:00 | 117.4 MB | sha256:6f4f1037ef80… | |||
docker.io/makeplane/plane-space :refactor-propel-tabs | linux/amd64 | 2025/09/17 22:12 | 117.3 MB | sha256:28a74a606171… |