{
    "version": "2.2.0-190620",
    "meta": {
        "title": "Crisis Cleanup",
        "desc-cs": "Mapování následků katastrof",
        "desc-en": "Disaster relief mapping",
        "license": "GPL"
    },
    "containers": {
        "crisiscleanup": {
            "image": "crisiscleanup_2.2.0-190620",
            "depends": [
                "crisiscleanup-postgres"
            ],
            "mounts": [
                ["DIR", "/srv/crisiscleanup/cc_conf", "/srv/crisiscleanup/config"]
            ]
        },
        "crisiscleanup-postgres": {
            "image": "postgres_11.3.0-190620",
            "mounts": [
                ["DIR", "/srv/crisiscleanup/postgres_data", "/var/lib/postgresql"]
            ]
        }
    }
}