Spotter-VM/lxc-apps/motech/meta
2019-10-05 23:37:44 +02:00

35 lines
1.0 KiB
Plaintext

{
"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_data", "/srv/motech/data/files"],
["FILE", "/srv/motech/motech_conf/config.php", "/srv/motech/config.php"]
]
},
"motech-activemq": {
"image": "activemq_5.15.9-190620",
"mounts": [
["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"]
]
},
"motech-postgres": {
"image": "postgis_11.3.0-190620",
"mounts": [
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
]
}
}
}