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",
|
2019-10-03 20:35:51 +02:00
|
|
|
"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": {
|
2019-10-14 08:15:31 +02:00
|
|
|
"image": "postgis_2.5.1-190620",
|
2019-10-03 13:19:52 +02:00
|
|
|
"mounts": [
|
|
|
|
["DIR", "/srv/cts/postgres_data", "/var/lib/postgresql"]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|