Spotter-VM/lxc-apps/cts/app

27 lines
638 B
Plaintext
Raw Normal View History

2020-03-17 12:53:44 +01:00
{
"version": "0.8.0-210106",
2020-03-17 12:53:44 +01:00
"meta": {
"title": "CTS",
"desc-cs": "Sledovací systém komodit",
"desc-en": "Commodity tracking system",
"license": "GPL"
},
"containers": {
"cts": {
"image": "cts_0.8.0-210106",
2020-03-17 12:53:44 +01:00
"depends": [
"cts-postgres"
],
"mounts": {
"cts/cts_conf": "srv/cts/cts/settings"
}
},
"cts-postgres": {
"image": "postgis_3.0.1-210106",
2020-03-17 12:53:44 +01:00
"mounts": {
"cts/postgres_data": "var/lib/postgresql"
}
}
}
}