27 lines
739 B
Plaintext
27 lines
739 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"]
|
||
|
]
|
||
|
},
|
||
|
"decidim-postgres": {
|
||
|
"image": "postgres_11.3.0-190620",
|
||
|
"mounts": [
|
||
|
["DIR", "/srv/cts/postgres_data", "/var/lib/postgresql"]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|