diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-05 15:59:00 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-05 15:59:00 +0200 |
commit | e4f2e9cc95c176bf0ab8042e79567cfd38737c97 (patch) | |
tree | 8f25e6fa694b862993c3b44887d30f986d3ed404 /nomad | |
parent | 6060d05c200a74096fcbe2bc563ef5bf425f508d (diff) | |
download | infrastructure-e4f2e9cc95c176bf0ab8042e79567cfd38737c97.tar.gz infrastructure-e4f2e9cc95c176bf0ab8042e79567cfd38737c97.zip |
Upgrade matrix stack
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/chat.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 6daf2ec..816da64 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v27" + image = "superboum/amd64_synapse:v28" readonly_rootfs = true port_map { client_port = 8008 @@ -146,7 +146,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:26" + image = "lxpz/easybridge_amd64:27" port_map { api_port = 8321 web_port = 8281 @@ -238,7 +238,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v9" + image = "superboum/amd64_riotweb:v10" port_map { web_port = 8043 } |