frappe_docker/apps.json
abounoone 7f5b0a2c47 Add custom apps config and assets volume override
- apps.json: custom app list (erpnext, crm, telephony, helpdesk, payments, insights, lms)
- overrides/compose.assets-volume.yaml: shared assets volume for frontend/backend sync

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 08:50:06 +00:00

9 lines
488 B
JSON

[
{ "url": "https://github.com/frappe/erpnext", "branch": "version-16" },
{ "url": "https://github.com/frappe/crm", "branch": "main" },
{ "url": "https://github.com/frappe/telephony", "branch": "develop" },
{ "url": "https://github.com/frappe/helpdesk", "branch": "main" },
{ "url": "https://github.com/frappe/payments", "branch": "develop" },
{ "url": "https://github.com/frappe/insights", "branch": "main" },
{ "url": "https://github.com/frappe/lms", "branch": "main" }
]