31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
{
|
|
"version": "0.23.5-210416",
|
|
"meta": {
|
|
"title": "Decidim",
|
|
"desc-cs": "Platforma pro účast občanů",
|
|
"desc-en": "Platform for citizen participation",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"decidim": {
|
|
"image": "decidim_0.23.5-210416",
|
|
"depends": [
|
|
"decidim-postgres"
|
|
],
|
|
"mounts": {
|
|
"decidim/decidim_conf/application.yml": "srv/decidim-app/config/application.yml:file",
|
|
"decidim/decidim_conf/initializers/decidim.rb": "srv/decidim-app/config/initializers/decidim.rb:file",
|
|
"decidim/decidim_data/migrate": "srv/decidim-app/db/migrate",
|
|
"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",
|
|
"mounts": {
|
|
"decidim/postgres_data": "var/lib/postgresql"
|
|
}
|
|
}
|
|
}
|
|
}
|