Upgraded matrix/element to 1.28.0/1.7.22

This commit is contained in:
Quentin 2021-03-05 17:44:05 +01:00
parent 1c5b1f2e5b
commit 27963ca089

View file

@ -15,7 +15,7 @@ job "im" {
driver = "docker" driver = "docker"
config { config {
image = "particallydone/amd64_synapse:v41" image = "superboum/amd64_synapse:v42"
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 = "particallydone/amd64_riotweb:v20" image = "superboum/amd64_riotweb:v21"
ports = [ "web_port" ] ports = [ "web_port" ]
volumes = [ volumes = [
"secrets/config.json:/srv/http/config.json" "secrets/config.json:/srv/http/config.json"