2020-03-17 12:53:44 +01:00
|
|
|
{
|
2020-06-21 08:32:40 +02:00
|
|
|
"version": "0.8.0-200621",
|
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": {
|
2020-06-21 08:32:40 +02:00
|
|
|
"image": "cts_0.8.0-200621",
|
2020-03-17 12:53:44 +01:00
|
|
|
"depends": [
|
|
|
|
"cts-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"cts/cts_conf": "srv/cts/cts/settings"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"cts-postgres": {
|
2020-06-21 08:32:40 +02:00
|
|
|
"image": "postgis_3.0.0-200621",
|
2020-03-17 12:53:44 +01:00
|
|
|
"mounts": {
|
|
|
|
"cts/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|