2020-03-20 14:51:12 +01:00
|
|
|
{
|
2020-04-04 00:17:24 +02:00
|
|
|
"version": "1.3.0-200403",
|
2020-03-20 14:51:12 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "Motech",
|
|
|
|
"desc-cs": "Automatizace komunikace",
|
|
|
|
"desc-en": "Communication automation",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"motech": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "motech_1.3.0-200403",
|
2020-03-20 14:51:12 +01:00
|
|
|
"depends": [
|
|
|
|
"motech-activemq",
|
|
|
|
"motech-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"motech/motech_conf": "srv/tomcat/.motech"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"motech-activemq": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "activemq_5.15.9-200403",
|
2020-03-20 14:51:12 +01:00
|
|
|
"mounts": {
|
|
|
|
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
|
|
|
|
"motech/activemq_data": "srv/activemq/data"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"motech-postgres": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "postgres_12.2.0-200403",
|
2020-03-20 14:51:12 +01:00
|
|
|
"mounts": {
|
|
|
|
"motech/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|