27 lines
664 B
Plaintext
27 lines
664 B
Plaintext
|
{
|
||
|
"version": "0.8.0-200313",
|
||
|
"meta": {
|
||
|
"title": "CTS",
|
||
|
"desc-cs": "Sledovací systém komodit",
|
||
|
"desc-en": "Commodity tracking system",
|
||
|
"license": "GPL"
|
||
|
},
|
||
|
"containers": {
|
||
|
"cts": {
|
||
|
"image": "cts_0.8.0-200313",
|
||
|
"depends": [
|
||
|
"cts-postgres"
|
||
|
],
|
||
|
"mounts": {
|
||
|
"cts/cts_conf": "srv/cts/cts/settings"
|
||
|
}
|
||
|
},
|
||
|
"cts-postgres": {
|
||
|
"image": "postgis_3.0.0-200313",
|
||
|
"mounts": {
|
||
|
"cts/postgres_data": "var/lib/postgresql"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|