2019-10-03 20:36:14 +02:00
|
|
|
{
|
|
|
|
"version": "3.4.1-190620",
|
|
|
|
"meta": {
|
|
|
|
"title": "GNU Health",
|
|
|
|
"desc-cs": "Lékařské záznamy pacientů",
|
|
|
|
"desc-en": "Medical records administration",
|
2019-10-05 23:37:44 +02:00
|
|
|
"license": "GPL"
|
2019-10-03 20:36:14 +02:00
|
|
|
},
|
|
|
|
"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": {
|
2019-10-14 08:15:31 +02:00
|
|
|
"image": "postgres_11.3.0-190620",
|
2019-10-03 20:36:14 +02:00
|
|
|
"mounts": [
|
|
|
|
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|