mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45:10 +00:00
- Removed unnecessary applications (LMS, Builder, Print Designer, Wiki) from `apps.json`, `Dockerfile`, and `docker-compose.yml` for a streamlined deployment. - Updated installation command in `docker-compose.yml` to reflect the new minimal setup. - Enhanced documentation in `QUICKSTART.md`, `README.md`, and `SUMMARY.md` to clarify the core applications included and their functionalities. - Added new `SSL_SETUP.md` for detailed SSL configuration instructions.
24 lines
425 B
JSON
24 lines
425 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/payments.git",
|
|
"branch": "main"
|
|
}
|
|
]
|
|
|
|
|