29 lines
891 B
Plaintext
29 lines
891 B
Plaintext
{
|
|
"version": "18.03.01-200313",
|
|
"meta": {
|
|
"title": "Mifos X",
|
|
"desc-cs": "Mikrofinancování rozvojových projektů",
|
|
"desc-en": "Development projects microfinancing",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"mifosx": {
|
|
"image": "mifosx_18.03.01-200313",
|
|
"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": {
|
|
"image": "mariadb_10.4.12-200313",
|
|
"mounts": {
|
|
"mifosx/mariadb_conf/my.cnf": "etc/my.cnf:file",
|
|
"mifosx/mariadb_data": "var/lib/mysql"
|
|
}
|
|
}
|
|
}
|
|
}
|