Spotter-VM/lxc-apps/gnuhealth/meta

27 lines
778 B
Plaintext
Raw Normal View History

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": {
"image": "postgres_11.3.0-190620",
2019-10-03 20:36:14 +02:00
"mounts": [
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
]
}
}
}