aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-14 18:15:45 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-04-14 18:15:45 +0200
commitb851ca0c95b6735c809044a99cbdbfaadc450f91 (patch)
tree4775b4c6ed0ccbd8ddb01e98b8c77a3ac07c6fdf /app
parentfae36c7ef65c285b57648b9a2d8fa433a651a889 (diff)
downloadinfrastructure-b851ca0c95b6735c809044a99cbdbfaadc450f91.tar.gz
infrastructure-b851ca0c95b6735c809044a99cbdbfaadc450f91.zip
Update matrix HCL + document stolon conf change
Diffstat (limited to 'app')
-rw-r--r--app/im/deploy/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index f90dd27..382cc56 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v42"
+ image = "superboum/amd64_synapse:v43"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@@ -220,7 +220,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v21"
+ image = "superboum/amd64_riotweb:v22"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"