Spotter-VM/lxc-apps/motech/app

35 lines
970 B
Plaintext

{
"version": "1.3.0-210106",
"meta": {
"title": "Motech",
"desc-cs": "Automatizace komunikace",
"desc-en": "Communication automation",
"license": "GPL"
},
"containers": {
"motech": {
"image": "motech_1.3.0-210106",
"depends": [
"motech-activemq",
"motech-postgres"
],
"mounts": {
"motech/motech_conf": "srv/tomcat/.motech"
}
},
"motech-activemq": {
"image": "activemq_5.16.0-210106",
"mounts": {
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
"motech/activemq_data": "srv/activemq/data"
}
},
"motech-postgres": {
"image": "postgres_12.5.0-210106",
"mounts": {
"motech/postgres_data": "var/lib/postgresql"
}
}
}
}