aboutsummaryrefslogtreecommitdiff
path: root/nomad/chat.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-01-13 23:44:51 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-01-13 23:44:51 +0100
commit76072b7c87c51a15482e82b9060513d5fb16f191 (patch)
tree9a2acd91467bd19ea8b13cb727460948e1ee4127 /nomad/chat.hcl
parent2733fdd956a3c494696095e1b2b1a3fb56f33a43 (diff)
downloadinfrastructure-76072b7c87c51a15482e82b9060513d5fb16f191.tar.gz
infrastructure-76072b7c87c51a15482e82b9060513d5fb16f191.zip
Add Scylla + matrix update
Diffstat (limited to 'nomad/chat.hcl')
-rw-r--r--nomad/chat.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl
index 09b6946..1e9a0bf 100644
--- a/nomad/chat.hcl
+++ b/nomad/chat.hcl
@@ -8,7 +8,7 @@ job "chat" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v23"
+ image = "superboum/amd64_synapse:v24"
readonly_rootfs = true
port_map {
client_port = 8008
@@ -184,7 +184,7 @@ job "chat" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v7"
+ image = "superboum/amd64_riotweb:v8"
port_map {
web_port = 8043
}