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