Update Matrix

This commit is contained in:
Quentin 2021-12-14 11:05:41 +01:00
parent 3df786a5f5
commit e9ba2243e7
Signed by: quentin
GPG Key ID: A98E9B769E4FF428
2 changed files with 6 additions and 6 deletions

View File

@ -7,18 +7,18 @@ services:
context: ./im/build/riotweb
args:
# https://github.com/vector-im/riot-web/releases
VERSION: 1.9.0
image: superboum/amd64_riotweb:v25
VERSION: 1.9.7
image: superboum/amd64_riotweb:v26
synapse:
build:
context: ./im/build/matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
VERSION: 1.42.0
VERSION: 1.48.0
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
S3_VERSION: 3c3fafd6a2624f05fd396d9e003501bf8bef7b2e
image: superboum/amd64_synapse:v47
image: superboum/amd64_synapse:v48
# Email
sogo:

View File

@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
image = "lxpz/deuxfleurs_synapse:1.47.1"
image = "superboum/amd64_synapse:v48"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@ -182,7 +182,7 @@ EOH
task "server" {
driver = "docker"
config {
image = "superboum/amd64_riotweb:v25"
image = "superboum/amd64_riotweb:v26"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"