aboutsummaryrefslogtreecommitdiff
path: root/app/deployment
diff options
context:
space:
mode:
authorLUXEY Adrien <adrien.luxey@inria.fr>2020-11-29 23:13:17 +0100
committerLUXEY Adrien <adrien.luxey@inria.fr>2020-11-29 23:13:17 +0100
commitda1d381068bc8e90e955d2db8ab9078b4f0b333d (patch)
tree1ace583053e79f6b77870e320efe0fdb28fc9b68 /app/deployment
parentfd38cbf744b929548265e33650cb3ffc6a06c711 (diff)
downloadinfrastructure-da1d381068bc8e90e955d2db8ab9078b4f0b333d.tar.gz
infrastructure-da1d381068bc8e90e955d2db8ab9078b4f0b333d.zip
pushed synapse to 1.23.0 and riotweb to 1.7.14 and deployed through nomad
Diffstat (limited to 'app/deployment')
-rw-r--r--app/deployment/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index 79b44c6..0823eac 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v37"
+ image = "particallydone/amd64_synapse:v38"
network_mode = "host"
readonly_rootfs = true
command = "python"
@@ -233,7 +233,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v17"
+ image = "particallydone/amd64_riotweb:v18"
port_map {
web_port = 8043
}