Spotter-VM/lxc-apps/cts/meta
2019-10-03 13:19:52 +02:00

28 lines
720 B
Plaintext

{
"version": "0.8.0-190620",
"meta": {
"title": "CTS",
"desc-cs": "Sledovací systém komodit",
"desc-en": "Commodity tracking system",
"license": "GPL",
"proxy": "cts"
},
"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_11.3.0-190620",
"mounts": [
["DIR", "/srv/cts/postgres_data", "/var/lib/postgresql"]
]
}
}
}