27 lines
717 B
Plaintext
27 lines
717 B
Plaintext
{
|
|
"version": "2.2.0-201021",
|
|
"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-201021",
|
|
"depends": [
|
|
"crisiscleanup-postgres"
|
|
],
|
|
"mounts": {
|
|
"crisiscleanup/cc_conf": "srv/crisiscleanup/config"
|
|
}
|
|
},
|
|
"crisiscleanup-postgres": {
|
|
"image": "postgres_12.4.0-201021",
|
|
"mounts": {
|
|
"crisiscleanup/postgres_data": "var/lib/postgresql"
|
|
}
|
|
}
|
|
}
|
|
}
|