28 lines
818 B
Plaintext
28 lines
818 B
Plaintext
{
|
|
"version": "2.2.0-190620",
|
|
"meta": {
|
|
"title": "Crisis Cleanup",
|
|
"desc-cs": "Mapování následků katastrof",
|
|
"desc-en": "Disaster relief mapping",
|
|
"license": "GPL",
|
|
"proxy": "crisiscleanup"
|
|
},
|
|
"containers": {
|
|
"crisiscleanup": {
|
|
"image": "crisiscleanup_2.2.0-190620",
|
|
"depends": [
|
|
"crisiscleanup-postgres"
|
|
],
|
|
"mounts": [
|
|
["DIR", "/srv/crisiscleanup/crisiscleanup_conf", "/srv/crisiscleanup/config"]
|
|
]
|
|
},
|
|
"crisiscleanup-postgres": {
|
|
"image": "postgis_11.3.0-190620",
|
|
"mounts": [
|
|
["DIR", "/srv/crisiscleanup/postgres_data", "/var/lib/postgresql"]
|
|
]
|
|
}
|
|
}
|
|
}
|