29 lines
904 B
Plaintext
29 lines
904 B
Plaintext
{
|
|
"version": "2.35.0-201108",
|
|
"meta": {
|
|
"title": "DHIS2",
|
|
"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",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"dhis2": {
|
|
"image": "dhis2_2.35.0-201108",
|
|
"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": {
|
|
"image": "postgis_3.0.1-201021",
|
|
"mounts": {
|
|
"dhis2/postgres_data": "var/lib/postgresql"
|
|
}
|
|
}
|
|
}
|
|
}
|