frappe_docker/dokploy/apps.json
ubden 3e9c8bbd4e feat: Complete Dokploy setup with modular structure and extensive documentation
- 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.
2025-10-13 22:51:01 +03:00

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"
}
]