2019-09-27 11:28:00 +02:00
|
|
|
{
|
|
|
|
"version": "2.2.0-190620",
|
|
|
|
"meta": {
|
|
|
|
"title": "Crisis Cleanup",
|
|
|
|
"desc-cs": "Mapování následků katastrof",
|
|
|
|
"desc-en": "Disaster relief mapping",
|
2019-10-03 20:35:51 +02:00
|
|
|
"license": "GPL"
|
2019-09-27 11:28:00 +02:00
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"crisiscleanup": {
|
|
|
|
"image": "crisiscleanup_2.2.0-190620",
|
|
|
|
"depends": [
|
|
|
|
"crisiscleanup-postgres"
|
|
|
|
],
|
|
|
|
"mounts": [
|
2019-10-05 16:34:10 +02:00
|
|
|
["DIR", "/srv/crisiscleanup/cc_conf", "/srv/crisiscleanup/config"]
|
2019-09-27 11:28:00 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"crisiscleanup-postgres": {
|
|
|
|
"image": "postgis_11.3.0-190620",
|
|
|
|
"mounts": [
|
|
|
|
["DIR", "/srv/crisiscleanup/postgres_data", "/var/lib/postgresql"]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|