28 lines
784 B
Plaintext
28 lines
784 B
Plaintext
{
|
|
"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": "postgres_11.3.0-190620",
|
|
"mounts": [
|
|
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
|
|
]
|
|
}
|
|
}
|
|
}
|