mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #760] fix(plane): update to v1.2.3 and replace MinIO with RustFS #9954
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/760
Author: @Rasaboun
Created: 3/29/2026
Status: 🔄 Open
Base:
canary← Head:fix/update-plane-template📝 Commits (4)
bfdcaaefix(plane): update template to Plane v1.x (stable)a8b358afix(plane): replace MinIO with RustFS (Apache 2.0)d340d8ffix(plane): address CI and convention issuesefd1424fix(plane): address review feedback📊 Changes
3 files changed (+62 additions, -60 deletions)
View changed files
📝
blueprints/plane/docker-compose.yml(+34 -21)📝
blueprints/plane/template.toml(+24 -18)📝
meta.json(+4 -21)📄 Description
Summary
The Plane template was targeting v0.27.1 which is outdated (current: v1.2.3) and MinIO the bundled object storage is no longer maintained as open source.
Plane v1.x update:
v1.2.3from Docker Hub (overridable viaAPP_RELEASE)17-alpine→15.7-alpine(matches Plane's officially supported version)7.2.5→7.2.11admin+livetodepends_on, addedproxy_config/proxy_datavolumesAPP_DOMAIN,LIVE_SERVER_SECRET_KEY,SITE_ADDRESS,RABBITMQ_USER/PASSWORD/VHOSTRABBITMQ_DEFAULT_USERbug (was hardcoded stringrabbitmq_userinstead of${rabbitmq_user}variable)restartpolicies to all servicesMinIO → RustFS replacement:
1.0.0-alpha.90)plane-minio→plane-storageTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.