2020-03-18 16:51:21 +01:00
|
|
|
{
|
2020-06-21 08:32:40 +02:00
|
|
|
"version": "18.03.01-200621",
|
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-06-21 08:32:40 +02:00
|
|
|
"image": "mifosx_18.03.01-200621",
|
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-06-21 08:32:40 +02:00
|
|
|
"image": "mariadb_10.4.12-200621",
|
2020-03-18 16:51:21 +01:00
|
|
|
"mounts": {
|
|
|
|
"mifosx/mariadb_conf/my.cnf": "etc/my.cnf:file",
|
|
|
|
"mifosx/mariadb_data": "var/lib/mysql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|