Spotter-VM/lxc-apps/ecogis/meta

28 lines
777 B
Plaintext
Raw Normal View History

2019-10-03 20:09:58 +02:00
{
"version": "0.0.1-190620",
"meta": {
"title": "EcoGIS",
"desc-cs": "EcoGIS",
"desc-en": "EcoGIS",
"license": "GPL"
2019-10-03 20:09:58 +02:00
},
"containers": {
"ecogis": {
"image": "ecogis_0.0.1-190620",
"depends": [
"ecogis-postgres"
],
"mounts": [
["DIR", "/srv/ecogis/ecogis_data", "/srv/ecogis/data/files"],
2019-10-05 17:47:33 +02:00
["FILE", "/srv/ecogis/ecogis_conf/config.php", "/srv/ecogis/etc/config.php"]
2019-10-03 20:09:58 +02:00
]
},
"ecogis-postgres": {
"image": "postgres_11.3.0-190620",
2019-10-03 20:09:58 +02:00
"mounts": [
["DIR", "/srv/ecogis/postgres_data", "/var/lib/postgresql"]
]
}
}
}