Spotter-VM/lxc-apps/decidim/app

30 lines
924 B
Plaintext
Raw Normal View History

2020-03-17 12:53:44 +01:00
{
"version": "0.23.1-210110",
2020-03-17 12:53:44 +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.23.1-210110",
2020-03-17 12:53:44 +01:00
"depends": [
"decidim-postgres"
],
"mounts": {
"decidim/decidim_conf": "srv/decidim-app/config",
"decidim/decidim_data/migrate": "srv/decidim-app/db/migrate",
2020-03-17 12:53:44 +01:00
"decidim/decidim_data/storage": "srv/decidim-app/storage",
"decidim/decidim_data/uploads": "srv/decidim-app/public/uploads"
}
},
"decidim-postgres": {
"image": "postgres_12.5.0-210106",
2020-03-17 12:53:44 +01:00
"mounts": {
"decidim/postgres_data": "var/lib/postgresql"
}
}
}
}