mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
- 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>
9 lines
488 B
JSON
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" }
|
|
]
|