29 lines
764 B
Plaintext
29 lines
764 B
Plaintext
|
{
|
||
|
"version": "2.35.0-201108",
|
||
|
"meta": {
|
||
|
"title": "DHIS2",
|
||
|
"desc-cs": "TODO",
|
||
|
"desc-en": "TODO",
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|