Upgrade synapse+element web in Nomad
This commit is contained in:
parent
7dd2aeb63b
commit
72b41408ef
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue