Spotter-VM/lxc-apps/gnuhealth/app

27 lines
722 B
Plaintext
Raw Permalink Normal View History

2020-03-17 13:39:43 +01:00
{
"version": "3.6.5-210106",
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": {
"image": "gnuhealth_3.6.5-210106",
2020-03-17 13:39:43 +01:00
"depends": [
"gnuhealth-postgres"
],
"mounts": {
"gnuhealth/gnuhealth_conf": "srv/gnuhealth/gnuhealth/tryton/server/config"
}
},
"gnuhealth-postgres": {
"image": "postgres_12.5.0-210106",
2020-03-17 13:39:43 +01:00
"mounts": {
"gnuhealth/postgres_data": "var/lib/postgresql"
}
}
}
}