2020-11-09 07:45:55 +01:00
|
|
|
{
|
2021-01-06 19:28:37 +01:00
|
|
|
"version": "2.35.1-210106",
|
2020-11-09 07:45:55 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "DHIS2",
|
2020-11-09 08:05:28 +01:00
|
|
|
"desc-cs": "Sběr, správa, analýza, vizualizace a sdílení zdravotních dat",
|
|
|
|
"desc-en": "Platform for collecting, managing, analyzing, visualizing and sharing medical data",
|
2020-11-09 07:45:55 +01:00
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"dhis2": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "dhis2_2.35.1-210106",
|
2020-11-09 07:45:55 +01:00
|
|
|
"depends": [
|
|
|
|
"dhis2-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"dhis2/dhis2_conf/dhis.conf": "opt/dhis2/dhis.conf:file",
|
|
|
|
"dhis2/dhis2_data": "opt/dhis2/files",
|
|
|
|
"dhis2/dhis2_conf/server.xml": "srv/tomcat/conf/server.xml:file"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dhis2-postgres": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "postgis_3.0.1-210106",
|
2020-11-09 07:45:55 +01:00
|
|
|
"mounts": {
|
|
|
|
"dhis2/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|