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