Spotter-VM/lxc-apps/decidim/meta

27 lines
739 B
Plaintext
Raw Normal View History

2019-11-17 17:36:25 +01:00
{
"version": "0.0.1-191113",
"meta": {
"title": "Decidim",
"desc-cs": "Platforma pro účast občanů",
"desc-en": "Platform for citizen participation",
"license": "GPL"
},
"containers": {
"decidim": {
"image": "decidim_0.0.1-191113",
"depends": [
"decidim-postgres"
],
"mounts": [
["DIR", "/srv/decidim/decidim_conf", "/srv/decidim-app/config"]
]
},
"decidim-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/cts/postgres_data", "/var/lib/postgresql"]
]
}
}
}