[PR #775] Add ERPNext v16 configuration and remove Strapi duplicates #2087

Open
opened 2026-04-20 11:05:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/775
Author: @satyatulasijalandharch
Created: 4/7/2026
Status: 🔄 Open

Base: canaryHead: erpnext-version-16


📝 Commits (7)

  • 2c80762 feat: add ERPNext version 16 configuration and assets
  • 2d1eeb8 refactor: remove Strapi duplicate entry from meta.json
  • 84a19c4 chore: rename the folder
  • 76792ce fix: update ERPNext ID format in meta.json
  • 0064d0b fix: correct redis_socketio configuration in docker-compose.yml
  • 8d514c2 fix: update volume path for db service in docker-compose.yml
  • 7251994 feat: add ENABLE_SCHEDULER variable to template.toml and update docker-compose.yml for scheduler management

📊 Changes

4 files changed (+370 additions, -18 deletions)

View changed files

blueprints/erpnext-v16/docker-compose.yml (+314 -0)
blueprints/erpnext-v16/erpnext.svg (+5 -0)
blueprints/erpnext-v16/template.toml (+30 -0)
📝 meta.json (+21 -18)

📄 Description

What is this PR about?

New PR of ERPNext Version 16

Checklist

Before submitting this PR, please make sure that:


🔄 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/775 **Author:** [@satyatulasijalandharch](https://github.com/satyatulasijalandharch) **Created:** 4/7/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `erpnext-version-16` --- ### 📝 Commits (7) - [`2c80762`](https://github.com/Dokploy/templates/commit/2c80762082cebc2dea9fc9174e31adbf919f1837) feat: add ERPNext version 16 configuration and assets - [`2d1eeb8`](https://github.com/Dokploy/templates/commit/2d1eeb8d1dcc40513a08425ee2f4950bcda8877b) refactor: remove Strapi duplicate entry from meta.json - [`84a19c4`](https://github.com/Dokploy/templates/commit/84a19c4fb54e4b46dd6d1ab1458b9a344a8cf6e9) chore: rename the folder - [`76792ce`](https://github.com/Dokploy/templates/commit/76792ce6b2db0d01ff5635b14ded1e9f20042f05) fix: update ERPNext ID format in meta.json - [`0064d0b`](https://github.com/Dokploy/templates/commit/0064d0b598b7ade47378333e195beb6b4c155823) fix: correct redis_socketio configuration in docker-compose.yml - [`8d514c2`](https://github.com/Dokploy/templates/commit/8d514c2d43e478199cf3eb14a802ec3205f06754) fix: update volume path for db service in docker-compose.yml - [`7251994`](https://github.com/Dokploy/templates/commit/72519948b1d4cc9eb7e987a39cbf44d4975a4c18) feat: add ENABLE_SCHEDULER variable to template.toml and update docker-compose.yml for scheduler management ### 📊 Changes **4 files changed** (+370 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/erpnext-v16/docker-compose.yml` (+314 -0) ➕ `blueprints/erpnext-v16/erpnext.svg` (+5 -0) ➕ `blueprints/erpnext-v16/template.toml` (+30 -0) 📝 `meta.json` (+21 -18) </details> ### 📄 Description ## What is this PR about? New PR of ERPNext Version 16 ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <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 2026-04-20 11:05:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#2087