mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-14 11:04:15 -05:00
Please add Frappe LMS to the Templates Store 🙏 #148
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?
Originally created by @humbernieto on GitHub (Nov 6, 2025).
What problem will this feature address?
Currently, there’s no official way to deploy Frappe LMS directly in Dokploy.
Setting it up manually through Docker Compose is quite complicated and error-prone, since it requires multiple dependencies like MariaDB, Redis, and Bench initialization.
Having an official template would make this process smooth, fast, and accessible to everyone.
Describe the solution you'd like
Please consider adding Frappe LMS as an official template in the Dokploy Templates Store.
This would allow users to deploy a complete open-source learning management platform with a single click — just like other supported apps.
It would be a great addition for developers, educators, and organizations using Dokploy for educational projects.
Describe alternatives you've considered
I’ve tried creating a custom Docker Compose setup, but it’s hard to get right and fails frequently due to initialization and permission issues.
An official template maintained by Dokploy would be much more reliable and user-friendly.
Additional context
Frappe LMS is an open-source Learning Management System built on the Frappe framework.
Official repository: https://github.com/frappe/lms
Adding it to the template library would be a valuable improvement for the Dokploy community.
Will you send a PR to implement it?
Yes