2020-03-17 13:39:43 +01:00
|
|
|
{
|
2020-06-21 08:43:35 +02:00
|
|
|
"version": "3.6.4-200621",
|
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-06-21 08:43:35 +02:00
|
|
|
"image": "gnuhealth_3.6.4-200621",
|
2020-03-17 13:39:43 +01:00
|
|
|
"depends": [
|
|
|
|
"gnuhealth-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"gnuhealth/gnuhealth_conf": "srv/gnuhealth/gnuhealth/tryton/server/config"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"gnuhealth-postgres": {
|
2020-06-21 08:32:40 +02:00
|
|
|
"image": "postgres_12.2.0-200621",
|
2020-03-17 13:39:43 +01:00
|
|
|
"mounts": {
|
|
|
|
"gnuhealth/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|