Spotter-VM/lxc-apps/sahana/app

32 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2020-03-22 19:50:18 +01:00
{
"version": "1.0.3-210106",
2020-03-22 19:50:18 +01:00
"meta": {
"title": "Sahana Eden",
"desc-cs": "Řízení humanítární činnosti",
"desc-en": "Management of humanitarian activities",
"license": "GPL"
},
"containers": {
"sahana": {
"image": "sahana_1.0.3-210106",
2020-03-22 19:50:18 +01:00
"depends": [
"sahana-postgres"
],
"mounts": {
"sahana/sahana_conf": "srv/web2py/applications/eden/models",
"sahana/sahana_data/Spotter": "srv/web2py/applications/eden/modules/templates/Spotter",
"sahana/sahana_data/databases": "srv/web2py/applications/eden/databases",
"sahana/sahana_data/errors": "srv/web2py/applications/eden/errors",
"sahana/sahana_data/sessions": "srv/web2py/applications/eden/sessions",
2020-03-22 19:50:18 +01:00
"sahana/sahana_data/uploads": "srv/web2py/applications/eden/uploads"
}
},
"sahana-postgres": {
"image": "postgis_3.0.1-210106",
2020-03-22 19:50:18 +01:00
"mounts": {
2020-03-22 20:04:46 +01:00
"sahana/postgres_data": "var/lib/postgresql"
2020-03-22 19:50:18 +01:00
}
}
}
}