Spotter-VM/lxc-apps/decidim/meta

29 lines
934 B
Plaintext
Raw Normal View History

2019-11-17 17:36:25 +01:00
{
"version": "0.20.0-191113",
2019-11-17 17:36:25 +01:00
"meta": {
"title": "Decidim",
"desc-cs": "Platforma pro účast občanů",
"desc-en": "Platform for citizen participation",
"license": "GPL"
},
"containers": {
"decidim": {
"image": "decidim_0.20.0-191113",
2019-11-17 17:36:25 +01:00
"depends": [
"decidim-postgres"
],
"mounts": [
2019-12-07 19:46:22 +01:00
["DIR", "/srv/decidim/decidim_conf", "/srv/decidim-app/config"],
["DIR", "/srv/decidim/decidim_data/storage", "/srv/decidim-app/storage"],
["DIR", "/srv/decidim/decidim_data/uploads", "/srv/decidim-app/public/uploads"]
2019-11-17 17:36:25 +01:00
]
},
"decidim-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
2019-11-18 22:12:01 +01:00
["DIR", "/srv/decidim/postgres_data", "/var/lib/postgresql"]
2019-11-17 17:36:25 +01:00
]
}
}
}