mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
- Changed the Helpdesk application branch in `apps.json` and `Dockerfile` to `v1.14.0`, ensuring compatibility with Frappe v15. - Removed version declaration from `docker-compose.prod.yml` and `docker-compose.yml` for cleaner configuration.
40 lines
753 B
JSON
40 lines
753 B
JSON
[
|
|
{
|
|
"url": "https://github.com/frappe/erpnext.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/hrms.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/crm.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/helpdesk.git",
|
|
"branch": "v1.14.0"
|
|
},
|
|
{
|
|
"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": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/wiki.git",
|
|
"branch": "main"
|
|
}
|
|
]
|
|
|
|
|