Spotter-VM/lxc-apps/mifosx/app

29 lines
891 B
Plaintext
Raw Normal View History

2020-03-18 16:51:21 +01:00
{
2020-04-04 00:17:24 +02:00
"version": "18.03.01-200403",
2020-03-18 16:51:21 +01:00
"meta": {
"title": "Mifos X",
"desc-cs": "Mikrofinancování rozvojových projektů",
"desc-en": "Development projects microfinancing",
"license": "GPL"
},
"containers": {
"mifosx": {
2020-04-04 00:17:24 +02:00
"image": "mifosx_18.03.01-200403",
2020-03-18 16:51:21 +01:00
"depends": [
"mifosx-mariadb"
],
"mounts": {
"mifosx/mifosx_conf/server.xml": "srv/tomcat/conf/server.xml:file",
"mifosx/mifosx_conf/context.xml": "srv/tomcat/webapps/fineract-provider/META-INF/context.xml:file"
}
},
"mifosx-mariadb": {
2020-04-04 00:17:24 +02:00
"image": "mariadb_10.4.12-200403",
2020-03-18 16:51:21 +01:00
"mounts": {
"mifosx/mariadb_conf/my.cnf": "etc/my.cnf:file",
"mifosx/mariadb_data": "var/lib/mysql"
}
}
}
}