mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 01:29:11 -05:00
[PR #627] [CLOSED] feat(plane): update to v1.2.1 #1963
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/627
Author: @Rasaboun
Created: 12/24/2025
Status: ❌ Closed
Base:
canary← Head:feat/plane-v1.2.1📝 Commits (3)
9ab06ebfeat(plane): update to v1.2.17ad8913chore: trigger CIbdf1f04fix: address PR review comments📊 Changes
3 files changed (+78 additions, -57 deletions)
View changed files
📝
blueprints/plane/docker-compose.yml(+32 -16)📝
blueprints/plane/template.toml(+45 -40)📝
meta.json(+1 -1)📄 Description
What is this PR about?
Update Plane template from v0.27.1 to v1.2.1
Changes:
makeplane/toartifacts.plane.so/makeplane/17-alpineto15.7-alpine7.2.5-alpineto7.2.11-alpineLIVE_SERVER_SECRET_KEYenvironment variable (required for live service)LISTEN_HTTP_PORTandLISTEN_HTTPS_PORTvariablesproxy_config,proxy_data)Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
N/A
Screenshots or Videos
N/A - Template update based on Plane v1.2.1 Release
Greptile Summary
Updates the Plane template from v0.27.1 to v1.2.1, migrating to the new
artifacts.plane.soregistry, fixing several existing bugs, and adding new configuration required by the latest Plane release.makeplane/toartifacts.plane.so/makeplane/RABBITMQ_DEFAULT_USERwhich was a literal string instead of a variable reference; fixedDATABASE_URLandAMQP_URLwhich incorrectly referenced env vars instead of template variables; fixedAWS_ACCESS_KEY_IDenv var referenceLIVE_SERVER_SECRET_KEY,LISTEN_HTTP_PORT,LISTEN_HTTPS_PORT,SITE_ADDRESS,APP_DOMAIN,APP_RELEASEenv vars; added proxy volumes (proxy_config,proxy_data)latestto specific releaserestartpolicies to all services, removed explicitcommand:from frontend services (now handled by image entrypoints), addedadminandliveas proxy dependenciesWEB_URLandCORS_ALLOWED_ORIGINSwere changed fromhttps://tohttp://in the latest commit, which may cause CORS failures for users deploying with HTTPSConfidence Score: 3/5
blueprints/plane/template.toml— theCORS_ALLOWED_ORIGINSandWEB_URLsettings usehttp://which may break HTTPS deploymentsLast reviewed commit:
bdf1f04(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.