2020-04-14 14:17:21 +02:00
|
|
|
{
|
2020-05-04 11:04:29 +02:00
|
|
|
"version": "1.0.3-200504",
|
2020-04-14 14:17:21 +02:00
|
|
|
"meta": {
|
|
|
|
"title": "Sahana Eden - SAFIRE",
|
|
|
|
"desc-cs": "Řízení humanítární činnosti - Řešení nouzových událostí",
|
|
|
|
"desc-en": "Management of humanitarian activities - First response",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"safire": {
|
2020-05-04 11:04:29 +02:00
|
|
|
"image": "sahana_1.0.3-200504",
|
2020-04-14 14:17:21 +02:00
|
|
|
"depends": [
|
|
|
|
"safire-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"safire/sahana_conf": "srv/web2py/applications/eden/models",
|
|
|
|
"safire/sahana_data/SAFIRE": "srv/web2py/applications/eden/modules/templates/SAFIRE",
|
|
|
|
"safire/sahana_data/databases": "srv/web2py/applications/eden/databases",
|
2020-05-04 11:06:50 +02:00
|
|
|
"safire/sahana_data/errors": "srv/web2py/applications/eden/errors",
|
|
|
|
"safire/sahana_data/sessions": "srv/web2py/applications/eden/sessions",
|
2020-04-14 14:17:21 +02:00
|
|
|
"safire/sahana_data/uploads": "srv/web2py/applications/eden/uploads",
|
|
|
|
"safire/sahana_data/masterUsers.csv": "srv/web2py/applications/eden/modules/templates/default/users/masterUsers.csv:file"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"safire-postgres": {
|
|
|
|
"image": "postgis_3.0.0-200403",
|
|
|
|
"mounts": {
|
|
|
|
"safire/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|