Spotter-VM/lxc-apps/decidim/app

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-03-17 12:53:44 +01:00
{
2021-03-27 17:35:50 +01:00
"version": "0.24.0-210327",
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": {
2021-03-27 17:35:50 +01:00
"image": "decidim_0.24.0-210327",
2020-03-17 12:53:44 +01:00
"depends": [
"decidim-postgres"
],
"mounts": {
"decidim/decidim_conf/application.yml": "srv/decidim-app/config/application.yml:file",
"decidim/decidim_conf/initializers/decidim.yml": "srv/decidim-app/config/initializers/decidim.yml:file",
"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"
}
}
}
}