upgrade matrix

This commit is contained in:
Quentin 2023-08-07 12:13:56 +02:00
parent 0c9ea6bc56
commit ca3283d6a7
Signed by: quentin
GPG key ID: E9602264D639FF68
2 changed files with 4 additions and 4 deletions

View file

@ -340,7 +340,7 @@ room_prejoin_state:
# A list of application service config file to use # 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/easybridge_registration.yaml"
#- "/etc/matrix-synapse/fb2mx_registration.yaml" #- "/etc/matrix-synapse/fb2mx_registration.yaml"

View file

@ -15,7 +15,7 @@ job "matrix" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_synapse:v56" image = "superboum/amd64_synapse:v57"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
ports = [ "api_port" ] ports = [ "api_port" ]
@ -101,7 +101,7 @@ job "matrix" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_synapse:v56" image = "superboum/amd64_synapse:v57"
readonly_rootfs = true readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async" command = "/usr/local/bin/matrix-s3-async"
work_dir = "/tmp" work_dir = "/tmp"
@ -136,7 +136,7 @@ EOH
task "riotweb" { task "riotweb" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_riotweb:v33" image = "superboum/amd64_riotweb:v34"
ports = [ "web_port" ] ports = [ "web_port" ]
volumes = [ volumes = [
"secrets/config.json:/srv/http/config.json" "secrets/config.json:/srv/http/config.json"