29 lines
930 B
Plaintext
29 lines
930 B
Plaintext
{
|
|
"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"]
|
|
["DIR", "/srv/decidim/decidim_data/storage", "/srv/decidim-app/storage"]
|
|
["DIR", "/srv/decidim/decidim_data/uploads", "/srv/decidim-app/public/uploads"]
|
|
]
|
|
},
|
|
"decidim-postgres": {
|
|
"image": "postgres_11.3.0-190620",
|
|
"mounts": [
|
|
["DIR", "/srv/decidim/postgres_data", "/var/lib/postgresql"]
|
|
]
|
|
}
|
|
}
|
|
}
|