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",
|
2019-10-05 23:37:44 +02:00
|
|
|
"license": "GPL"
|
2019-10-05 15:34:42 +02:00
|
|
|
},
|
|
|
|
"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"]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|