Upgrade matrix

This commit is contained in:
Quentin 2021-05-18 15:26:41 +02:00
parent 3bb2cf9e93
commit 4f506422e3
2 changed files with 6 additions and 6 deletions

View File

@ -14,16 +14,16 @@ services:
context: ./im/build/riotweb context: ./im/build/riotweb
args: args:
# https://github.com/vector-im/riot-web/releases # https://github.com/vector-im/riot-web/releases
VERSION: 1.7.24 VERSION: 1.7.28
image: superboum/amd64_riotweb:v22 image: superboum/amd64_riotweb:v23
synapse: synapse:
build: build:
context: ./im/build/matrix-synapse context: ./im/build/matrix-synapse
args: args:
# https://github.com/matrix-org/synapse/releases # https://github.com/matrix-org/synapse/releases
VERSION: 1.31.0 VERSION: 1.34.0
image: superboum/amd64_synapse:v43 image: superboum/amd64_synapse:v44
# Email # Email
sogo: sogo:

View File

@ -15,7 +15,7 @@ job "im" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_synapse:v43" image = "superboum/amd64_synapse:v44"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
ports = [ "client_port", "federation_port" ] ports = [ "client_port", "federation_port" ]
@ -220,7 +220,7 @@ job "im" {
task "server" { task "server" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_riotweb:v22" image = "superboum/amd64_riotweb:v23"
ports = [ "web_port" ] ports = [ "web_port" ]
volumes = [ volumes = [
"secrets/config.json:/srv/http/config.json" "secrets/config.json:/srv/http/config.json"