Spotter-VM/extra/graveyard/ecogis/app

28 lines
711 B
Plaintext
Raw Normal View History

2020-03-17 12:53:44 +01:00
{
2020-04-04 00:17:24 +02:00
"version": "2.10.1-200403",
2020-03-17 12:53:44 +01:00
"meta": {
"title": "EcoGIS",
"desc-cs": "EcoGIS",
"desc-en": "EcoGIS",
"license": "GPL"
},
"containers": {
"ecogis": {
2020-04-04 00:17:24 +02:00
"image": "ecogis_2.10.1-200403",
2020-03-17 12:53:44 +01:00
"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"
}
}
}
}