Spotter-VM/lxc-apps/cts/meta

27 lines
694 B
Plaintext
Raw Normal View History

2019-10-03 13:19:52 +02:00
{
"version": "0.8.0-190620",
"meta": {
"title": "CTS",
"desc-cs": "Sledovací systém komodit",
"desc-en": "Commodity tracking system",
"license": "GPL"
2019-10-03 13:19:52 +02:00
},
"containers": {
"cts": {
"image": "cts_0.8.0-190620",
"depends": [
"cts-postgres"
],
"mounts": [
["DIR", "/srv/cts/cts_conf", "/srv/cts/cts/settings"]
]
},
"cts-postgres": {
"image": "postgis_2.5.1-190620",
2019-10-03 13:19:52 +02:00
"mounts": [
["DIR", "/srv/cts/postgres_data", "/var/lib/postgresql"]
]
}
}
}