27 lines
778 B
Plaintext
27 lines
778 B
Plaintext
|
{
|
||
|
"version": "3.4.1-190620",
|
||
|
"meta": {
|
||
|
"title": "GNU Health",
|
||
|
"desc-cs": "Lékařské záznamy pacientů",
|
||
|
"desc-en": "Medical records administration",
|
||
|
"license": "GPL",
|
||
|
},
|
||
|
"containers": {
|
||
|
"gnuhealth": {
|
||
|
"image": "gnuhealth_3.4.1-190620",
|
||
|
"depends": [
|
||
|
"gnuhealth-postgres"
|
||
|
],
|
||
|
"mounts": [
|
||
|
["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"]
|
||
|
]
|
||
|
},
|
||
|
"gnuhealth-postgres": {
|
||
|
"image": "postgis_11.3.0-190620",
|
||
|
"mounts": [
|
||
|
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|