From ca3283d6a72740077aa57f16128785850c9b892f Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 7 Aug 2023 12:13:56 +0200 Subject: [PATCH] upgrade matrix --- cluster/prod/app/matrix/config/synapse/homeserver.yaml | 2 +- cluster/prod/app/matrix/deploy/im.hcl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml index ecdf1cd..fb223eb 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -340,7 +340,7 @@ room_prejoin_state: # A list of application service config file to use -app_service_config_files: +#app_service_config_files: #- "/etc/matrix-synapse/easybridge_registration.yaml" #- "/etc/matrix-synapse/fb2mx_registration.yaml" diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index 324c3d9..927f04f 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -15,7 +15,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v56" + image = "superboum/amd64_synapse:v57" network_mode = "host" readonly_rootfs = true ports = [ "api_port" ] @@ -101,7 +101,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v56" + image = "superboum/amd64_synapse:v57" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -136,7 +136,7 @@ EOH task "riotweb" { driver = "docker" config { - image = "superboum/amd64_riotweb:v33" + image = "superboum/amd64_riotweb:v34" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json"