Spotter-VM/lxc-apps/safire/app

33 lines
1.3 KiB
Plaintext

{
"version": "1.0.3-210106",
"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": {
"image": "sahana_1.0.3-210106",
"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",
"safire/sahana_data/errors": "srv/web2py/applications/eden/errors",
"safire/sahana_data/sessions": "srv/web2py/applications/eden/sessions",
"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.1-210106",
"mounts": {
"safire/postgres_data": "var/lib/postgresql"
}
}
}
}