forked from Deuxfleurs/infrastructure
Upgraded matrix/element to 1.28.0/1.7.22
This commit is contained in:
parent
1c5b1f2e5b
commit
27963ca089
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ job "im" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "particallydone/amd64_synapse:v41"
|
||||
image = "superboum/amd64_synapse:v42"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
ports = [ "client_port", "federation_port" ]
|
||||
|
@ -220,7 +220,7 @@ job "im" {
|
|||
task "server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "particallydone/amd64_riotweb:v20"
|
||||
image = "superboum/amd64_riotweb:v21"
|
||||
ports = [ "web_port" ]
|
||||
volumes = [
|
||||
"secrets/config.json:/srv/http/config.json"
|
||||
|
|
Loading…
Reference in a new issue