Upgrade synapse+element web in Nomad

This commit is contained in:
Quentin 2022-06-06 09:03:51 +02:00
parent 7dd2aeb63b
commit 72b41408ef
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
image = "superboum/amd64_synapse:v51"
image = "superboum/amd64_synapse:v52"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@ -173,7 +173,7 @@ EOH
task "server" {
driver = "docker"
config {
image = "superboum/amd64_riotweb:v28"
image = "superboum/amd64_riotweb:v29"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"