2020-03-20 14:51:12 +01:00
|
|
|
{
|
2020-06-21 08:32:40 +02:00
|
|
|
"version": "1.3.0-200621",
|
2020-03-20 14:51:12 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "Motech",
|
|
|
|
"desc-cs": "Automatizace komunikace",
|
|
|
|
"desc-en": "Communication automation",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"motech": {
|
2020-06-21 08:32:40 +02:00
|
|
|
"image": "motech_1.3.0-200621",
|
2020-03-20 14:51:12 +01:00
|
|
|
"depends": [
|
|
|
|
"motech-activemq",
|
|
|
|
"motech-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"motech/motech_conf": "srv/tomcat/.motech"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"motech-activemq": {
|
2020-06-21 08:37:51 +02:00
|
|
|
"image": "activemq_5.15.13-200621",
|
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-06-21 08:32:40 +02:00
|
|
|
"image": "postgres_12.2.0-200621",
|
2020-03-20 14:51:12 +01:00
|
|
|
"mounts": {
|
|
|
|
"motech/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|