2020-03-23 13:43:53 +01:00
|
|
|
{
|
2020-04-04 00:17:24 +02:00
|
|
|
"version": "2.0.2-200403",
|
2020-03-23 13:43:53 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "Sigmah",
|
|
|
|
"desc-cs": "Finanční řízení sbírek",
|
|
|
|
"desc-en": "Donation management",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"sigmah": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "sigmah_2.0.2-200403",
|
2020-03-23 13:43:53 +01:00
|
|
|
"depends": [
|
|
|
|
"sigmah-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
2020-03-24 21:51:25 +01:00
|
|
|
"sigmah/sigmah_conf/persistence.xml": "srv/tomcat/webapps/sigmah/WEB-INF/classes/META-INF/persistence.xml:file",
|
|
|
|
"sigmah/sigmah_conf/sigmah.properties": "srv/tomcat/webapps/sigmah/WEB-INF/classes/sigmah.properties:file",
|
|
|
|
"sigmah/sigmah_data": "srv/sigmah"
|
2020-03-23 13:43:53 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"sigmah-postgres": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "postgres_12.2.0-200403",
|
2020-03-23 13:43:53 +01:00
|
|
|
"mounts": {
|
|
|
|
"sigmah/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|