[PR #319] upd: plane to v0.28.0 (with fixes) #360

Open
opened 2025-11-22 20:36:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/319
Author: @pozitp
Created: 8/28/2025
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (7)

  • eecf29f upd: plane compose updated to v0.28.0
  • a7e63f5 upd: config file to actual version
  • 2e21d55 upd: version in meta file
  • 44d77bb fix: rabbitmq_user is not how should be correct
  • ae9b039 fix: i dont know.
  • 0353bca fix: redirect fix
  • f2bb312 fix: redirect to https (thx to @MarkNLD)

📊 Changes

3 files changed (+40 additions, -23 deletions)

View changed files

📝 blueprints/plane/docker-compose.yml (+25 -15)
📝 blueprints/plane/template.toml (+14 -7)
📝 meta.json (+1 -1)

📄 Description

  • Updated Compose to version v0.28.0.
  • Reviewed the original plane repository and removed unnecessary command sections.
  • Updated the proxy container.
  • Updated the template for the environment because nginx is gone and has been replaced by Caddy.
  • Removed the unnecessary domain variable.
  • Added the full URL of the repository.
  • Added proxy_config and proxy_data volumes as needed.
  • Replaced "https" with "http" on CORS, as in the original Compose file.
  • Removed the version because the plane requires the latest Compose file version.
  • Updated the meta file to v0.28.0.
  • Replaced rabbitmq_user with ${rabbitmq_user}.

I used this Compose file and environment on my production server, and everything is working correctly. There were no errors during the build, and there are no errors in the logs.

Edited: I tested the Base64 configuration on the preview site. Everything works correctly. The only thing is that you need to wait a while for everything to get ready.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/319 **Author:** [@pozitp](https://github.com/pozitp) **Created:** 8/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (7) - [`eecf29f`](https://github.com/Dokploy/templates/commit/eecf29f391d818ea7068d52a10f6da54d9ecc6e9) upd: plane compose updated to v0.28.0 - [`a7e63f5`](https://github.com/Dokploy/templates/commit/a7e63f59d7406aab779b9a4a7fbf8a1422d26ddb) upd: config file to actual version - [`2e21d55`](https://github.com/Dokploy/templates/commit/2e21d55a6c268c6b48abe459d1f8c3e9fb8c72cf) upd: version in meta file - [`44d77bb`](https://github.com/Dokploy/templates/commit/44d77bbe03e24fb26a02c1cd0ad32bf0edbdd46a) fix: rabbitmq_user is not how should be correct - [`ae9b039`](https://github.com/Dokploy/templates/commit/ae9b0398c324c7779ad99b365e0b3f16e2b852ae) fix: i dont know. - [`0353bca`](https://github.com/Dokploy/templates/commit/0353bca0296f515c9e86f490f4fc96df73978c5c) fix: redirect fix - [`f2bb312`](https://github.com/Dokploy/templates/commit/f2bb31228e91204b3b62c71727649b9f62211fc9) fix: redirect to https (thx to @MarkNLD) ### 📊 Changes **3 files changed** (+40 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/plane/docker-compose.yml` (+25 -15) 📝 `blueprints/plane/template.toml` (+14 -7) 📝 `meta.json` (+1 -1) </details> ### 📄 Description - Updated Compose to version v0.28.0. - Reviewed the original plane repository and removed unnecessary command sections. - Updated the proxy container. - Updated the template for the environment because nginx is gone and has been replaced by Caddy. - Removed the unnecessary domain variable. - Added the full URL of the repository. - Added proxy_config and proxy_data volumes as needed. - Replaced "https" with "http" on CORS, as in the original Compose file. - Removed the version because the plane requires the latest Compose file version. - Updated the meta file to v0.28.0. - Replaced rabbitmq_user with ${rabbitmq_user}. I used this Compose file and environment on my production server, and everything is working correctly. There were no errors during the build, and there are no errors in the logs. Edited: I tested the Base64 configuration on the preview site. Everything works correctly. The only thing is that you need to wait a while for everything to get ready. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:36:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#360