frappe_docker/dokploy/apps.json
ubden 4ee374b010 Refactor Dokploy configuration for minimal application setup and update documentation
- 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.
2025-10-14 08:40:26 +03:00

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