Spotter-VM/lxc-apps/sigmah/meta

28 lines
784 B
Plaintext
Raw Normal View History

2019-10-05 15:34:42 +02:00
{
"version": "5.1.9-190620",
"meta": {
"title": "Sigmah",
"desc-cs": "Finanční řízení sbírek",
"desc-en": "Donation management",
"license": "GPL",
},
"containers": {
"sigmah": {
"image": "sigmah_5.1.9-190620",
"depends": [
"sigmah-postgres"
],
"mounts": [
["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"],
["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"]
]
},
"sigmah-postgres": {
"image": "postgis_11.3.0-190620",
"mounts": [
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
]
}
}
}