{
    "version": "2.0.2-200313",
    "meta": {
        "title": "Sigmah",
        "desc-cs": "Finanční řízení sbírek",
        "desc-en": "Donation management",
        "license": "GPL"
    },
    "containers": {
        "sigmah": {
            "image": "sigmah_2.0.2-200313",
            "depends": [
                "sigmah-postgres"
            ],
            "mounts": {
                "sigmah/sigmah_conf": "srv/sigmah/conf",
                "sigmah/sigmah_data": "srv/sigmah/data"
            }
        },
        "sigmah-postgres": {
            "image": "postgres_12.2.0-200313",
            "mounts": {
                "sigmah/postgres_data": "var/lib/postgresql"
            }
        }
    }
}