Jenkins builds from apps.json, pushes to Forgejo registry, and archives Coolify image tags; compose installs all apps on first site creation.
22 lines
414 B
JSON
22 lines
414 B
JSON
[
|
|
{
|
|
"url": "https://github.com/frappe/erpnext",
|
|
"branch": "version-16"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/payments",
|
|
"branch": "version-16"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/hrms",
|
|
"branch": "version-16"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/lending",
|
|
"branch": "version-16"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/lms",
|
|
"branch": "v2.55.0"
|
|
}
|
|
]
|