27 lines
722 B
Plaintext
27 lines
722 B
Plaintext
|
{
|
||
|
"version": "3.6.3-200313",
|
||
|
"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.3-200313",
|
||
|
"depends": [
|
||
|
"gnuhealth-postgres"
|
||
|
],
|
||
|
"mounts": {
|
||
|
"gnuhealth/gnuhealth_conf": "srv/gnuhealth/gnuhealth/tryton/server/config"
|
||
|
}
|
||
|
},
|
||
|
"gnuhealth-postgres": {
|
||
|
"image": "postgres_12.2.0-200313",
|
||
|
"mounts": {
|
||
|
"gnuhealth/postgres_data": "var/lib/postgresql"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|