2020-03-17 13:39:43 +01:00
|
|
|
{
|
2020-04-04 00:17:24 +02:00
|
|
|
"version": "3.6.3-200403",
|
2020-03-17 13:39:43 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "GNU Health",
|
|
|
|
"desc-cs": "Lékařské záznamy pacientů",
|
|
|
|
"desc-en": "Medical records administration",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"gnuhealth": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "gnuhealth_3.6.3-200403",
|
2020-03-17 13:39:43 +01:00
|
|
|
"depends": [
|
|
|
|
"gnuhealth-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"gnuhealth/gnuhealth_conf": "srv/gnuhealth/gnuhealth/tryton/server/config"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"gnuhealth-postgres": {
|
2020-04-04 00:17:24 +02:00
|
|
|
"image": "postgres_12.2.0-200403",
|
2020-03-17 13:39:43 +01:00
|
|
|
"mounts": {
|
|
|
|
"gnuhealth/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|