frappe_docker/dokploy/apps.json
ubden c1c9b695aa Update Docker configurations and Helpdesk application branch for compatibility
- 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.
2025-10-14 01:15:21 +03:00

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