2020-03-18 16:51:21 +01:00
|
|
|
{
|
2021-01-06 19:28:37 +01:00
|
|
|
"version": "18.03.01-210106",
|
2020-03-18 16:51:21 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "Mifos X",
|
|
|
|
"desc-cs": "Mikrofinancování rozvojových projektů",
|
2021-01-24 12:14:59 +01:00
|
|
|
"desc-en": "Microfinancing for development projects",
|
2020-03-18 16:51:21 +01:00
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"mifosx": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "mifosx_18.03.01-210106",
|
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": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "mariadb_10.4.15-210106",
|
2020-03-18 16:51:21 +01:00
|
|
|
"mounts": {
|
|
|
|
"mifosx/mariadb_conf/my.cnf": "etc/my.cnf:file",
|
|
|
|
"mifosx/mariadb_data": "var/lib/mysql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|