28 lines
711 B
Plaintext
28 lines
711 B
Plaintext
{
|
|
"version": "2.10.1-200403",
|
|
"meta": {
|
|
"title": "EcoGIS",
|
|
"desc-cs": "EcoGIS",
|
|
"desc-en": "EcoGIS",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"ecogis": {
|
|
"image": "ecogis_2.10.1-200403",
|
|
"depends": [
|
|
"ecogis-postgres"
|
|
],
|
|
"mounts": {
|
|
"ecogis/ecogis_data": "srv/ecogis/data/files",
|
|
"ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file"
|
|
}
|
|
},
|
|
"ecogis-postgres": {
|
|
"image": "postgres_11.3.0-190620",
|
|
"mounts": {
|
|
"ecogis/postgres_data": "var/lib/postgresql"
|
|
}
|
|
}
|
|
}
|
|
}
|