Spotter-VM/lxc-apps/motech/meta

35 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-10-03 21:41:23 +02:00
{
"version": "1.3.0-190620",
"meta": {
"title": "Motech",
"desc-cs": "Automatizace komunikace",
"desc-en": "Communication automation",
2019-10-05 23:37:44 +02:00
"license": "GPL"
2019-10-03 21:41:23 +02:00
},
"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": "postgres_11.3.0-190620",
2019-10-03 21:41:23 +02:00
"mounts": [
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
]
}
}
}