mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
- Added Dokploy setup documentation including Dockerfile, Docker Compose configurations, and automation scripts. - Integrated 9 applications (ERPNext, CRM, LMS, Builder, Print Designer, Payments, Wiki, Twilio Integration, ERPNext Shipping) into a single image. - Implemented health checks, production optimizations, and CI/CD workflows with GitHub Actions. - Created comprehensive guides for environment variables, deployment, and modular setup. - Introduced a checklist for deployment and a changelog for tracking changes.
39 lines
770 B
JSON
39 lines
770 B
JSON
[
|
|
{
|
|
"url": "https://github.com/frappe/erpnext.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/crm.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/lms.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/builder.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/print_designer.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/payments.git",
|
|
"branch": "develop"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/wiki.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/twilio-integration.git",
|
|
"branch": "master"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/erpnext-shipping.git",
|
|
"branch": "main"
|
|
}
|
|
]
|
|
|