Spotter-VM/lxc-apps/crisiscleanup/app

27 lines
717 B
Plaintext

{
"version": "2.2.0-210106",
"meta": {
"title": "Crisis Cleanup",
"desc-cs": "Mapování následků katastrof",
"desc-en": "Disaster relief mapping",
"license": "GPL"
},
"containers": {
"crisiscleanup": {
"image": "crisiscleanup_2.2.0-210106",
"depends": [
"crisiscleanup-postgres"
],
"mounts": {
"crisiscleanup/cc_conf": "srv/crisiscleanup/config"
}
},
"crisiscleanup-postgres": {
"image": "postgres_12.5.0-210106",
"mounts": {
"crisiscleanup/postgres_data": "var/lib/postgresql"
}
}
}
}