Overview
- Full name
docker.io/makeplane/plane-backend- Registry
- docker.io
- Namespace
- makeplane
- Repository
- plane-backend
- Cached tags
- 109
- Last synced
- 07/05/2026, 11:01 PM
Introduction
Plane 开源项目管理后端 API 镜像,Jira/Linear 替代方案 REST 服务,需 Plane 前端与 PostgreSQL。
Details
makeplane/plane-backend 运行 Plane 开源项目管理平台后端 API,提供 Issue 跟踪、Sprint 规划与团队协作 REST 服务。定位为 PM 工具 API 后端,需 plane-frontend Web UI 与 PostgreSQL/Redis;K8s Deployment 内网项目管理。
快速启动
docker run -d --name plane-backend \
-p 8000:8000 \
-e DATABASE_URL=postgresql://plane:pass@postgres:5432/plane \
docker.io/makeplane/plane-backend:latest
推荐实践
docker run -d --name plane-backend \
--restart unless-stopped \
-p 8000:8000 \
-e DATABASE_URL=postgresql://plane:changeme@postgres.internal:5432/plane \
-e SECRET_KEY=random-secret \
docker.io/makeplane/plane-backend:0.20.0
核心参数说明
-p 8000:8000— Plane REST API-e DATABASE_URL— PostgreSQL 连接(高敏)- 依赖 — plane-frontend + Redis
- 功能 — Issue/Sprint/Project
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: plane-backend
spec:
replicas: 2
selector:
matchLabels:
app: plane-backend
template:
metadata:
labels:
app: plane-backend
spec:
containers:
- name: api
image: docker.io/makeplane/plane-backend:0.20.0
ports:
- containerPort: 8000
envFrom:
- secretRef:
name: plane-env
---
apiVersion: v1
kind: Service
metadata:
name: plane-backend
spec:
selector:
app: plane-backend
ports:
- port: 8000
targetPort: 8000
plane-frontend 独立 Deployment;Ingress 统一入口。
Latest tags (20)
View all 109 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/makeplane/plane-backend :buildcache | - | 2026/07/01 20:14 | - | - | |||
docker.io/makeplane/plane-backend :preview | linux/amd64 | 2026/07/01 20:14 | 107.3 MB | sha256:60708357cdc7… | |||
docker.io/makeplane/plane-backend :canary | linux/amd64 | 2026/06/23 23:25 | 107.3 MB | sha256:4c297ac2945c… | |||
docker.io/makeplane/plane-backend :stable | linux/amd64linux/arm64 | 2026/05/15 04:13 | 107.6 MB | sha256:2da6972c81a0… | |||
docker.io/makeplane/plane-backend :v1.3.1 | linux/amd64linux/arm64 | 2026/05/15 04:13 | 107.6 MB | sha256:2da6972c81a0… | |||
docker.io/makeplane/plane-backend :v1.3.0 | linux/amd64linux/arm64 | 2026/04/06 22:34 | 104.2 MB | sha256:da5b3b82d214… | |||
docker.io/makeplane/plane-backend :fix-aio-community | linux/amd64 | 2026/03/31 21:07 | 0.0 MB | sha256:d7948d7823d8… | |||
docker.io/makeplane/plane-backend :v1.2.3 | linux/amd64linux/arm64 | 2026/03/05 20:49 | 104.0 MB | sha256:6005402cb27b… | |||
docker.io/makeplane/plane-backend :v1.2.2 | linux/amd64linux/arm64 | 2026/02/23 16:51 | 104.0 MB | sha256:966156ea4549… | |||
docker.io/makeplane/plane-backend :releasev1.2.2 | linux/amd64 | 2026/02/20 21:10 | 104.0 MB | sha256:17a451dc195f… | |||
docker.io/makeplane/plane-backend :ee-5657 | linux/amd64 | 2026/01/31 21:17 | 159.5 MB | sha256:e046b40f2aab… | |||
docker.io/makeplane/plane-backend :v1.2.1 | linux/amd64linux/arm64 | 2025/12/12 19:10 | 103.6 MB | sha256:1089b9aebdbb… | |||
docker.io/makeplane/plane-backend :v1.2.0 | linux/amd64linux/arm64 | 2025/12/11 22:51 | 103.6 MB | sha256:822746c91b6b… | |||
docker.io/makeplane/plane-backend :fix-uploads | linux/amd64 | 2025/12/11 21:43 | 103.6 MB | sha256:8ba2150f877c… | |||
docker.io/makeplane/plane-backend :chore-aio-chages-community | linux/amd64 | 2025/12/11 18:07 | 103.6 MB | sha256:61a87fc9fa90… | |||
docker.io/makeplane/plane-backend :lifeiscontentoptimize-turborepo | linux/amd64 | 2025/12/10 15:27 | 103.6 MB | sha256:4820e271b509… | |||
docker.io/makeplane/plane-backend :fix-docker-build-hoist-patterns | linux/amd64 | 2025/12/09 18:55 | 103.5 MB | sha256:d8290274583d… | |||
docker.io/makeplane/plane-backend :v1.1.0 | linux/amd64linux/arm64 | 2025/10/23 21:01 | 103.5 MB | sha256:4b0c0d46bddd… | |||
docker.io/makeplane/plane-backend :featadmin-react-router-migration | linux/amd64 | 2025/10/08 16:05 | 101.1 MB | sha256:e66ceff40a94… | |||
docker.io/makeplane/plane-backend :fix-live-server-aio | linux/amd64 | 2025/10/07 17:00 | 101.0 MB | sha256:83c01e6ee4e2… |