Bump Decidim to Alpine 3.12
This commit is contained in:
parent
4ba0069a8a
commit
013f0d110e
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.22.0-201004",
|
||||
"version": "0.22.0-201021",
|
||||
"meta": {
|
||||
"title": "Decidim",
|
||||
"desc-cs": "Platforma pro účast občanů",
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"containers": {
|
||||
"decidim": {
|
||||
"image": "decidim_0.22.0-201004",
|
||||
"image": "decidim_0.22.0-201021",
|
||||
"depends": [
|
||||
"decidim-postgres"
|
||||
],
|
||||
@ -19,7 +19,7 @@
|
||||
}
|
||||
},
|
||||
"decidim-postgres": {
|
||||
"image": "postgres_12.2.0-200621",
|
||||
"image": "postgres_12.4.0-201021",
|
||||
"mounts": {
|
||||
"decidim/postgres_data": "var/lib/postgresql"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE decidim_0.22.0-201004
|
||||
FROM alpine3.11-ruby2.6_2.6.6-201004
|
||||
IMAGE decidim_0.22.0-201021
|
||||
FROM alpine3.12-ruby2.6_2.6.6-201021
|
||||
|
||||
# https://github.com/Platoniq/decidim-install/blob/master/decidim-bionic.md
|
||||
# https://github.com/Platoniq/decidim-install/blob/master/basic-config.md
|
||||
|
@ -5,7 +5,7 @@ set -ev
|
||||
POSTGRES_DATA="${VOLUMES_DIR}/decidim/postgres_data"
|
||||
DECIDIM_CONF="${VOLUMES_DIR}/decidim/decidim_conf"
|
||||
DECIDIM_DATA="${VOLUMES_DIR}/decidim/decidim_data"
|
||||
DECIDIM_LAYER="${LAYERS_DIR}/decidim_0.22.0-201004"
|
||||
DECIDIM_LAYER="${LAYERS_DIR}/decidim_0.22.0-201021"
|
||||
|
||||
# Create Postgres instance
|
||||
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}
|
||||
|
Loading…
Reference in New Issue
Block a user