aboutsummaryrefslogtreecommitdiff
path: root/app/deployment/im.hcl
diff options
context:
space:
mode:
authoradrien <adrien@luxeylab.net>2020-11-29 23:19:44 +0100
committeradrien <adrien@luxeylab.net>2020-11-29 23:19:44 +0100
commitde3e21101dfcb6e7c4f293a23e0ced33ed2fa5a9 (patch)
tree1ace583053e79f6b77870e320efe0fdb28fc9b68 /app/deployment/im.hcl
parentd241948034cc2f0dc9691520495f98bf84dd4338 (diff)
parentda1d381068bc8e90e955d2db8ab9078b4f0b333d (diff)
downloadinfrastructure-de3e21101dfcb6e7c4f293a23e0ced33ed2fa5a9.tar.gz
infrastructure-de3e21101dfcb6e7c4f293a23e0ced33ed2fa5a9.zip
Merge pull request 'Pushed synapse version to 1.23.0 and riotweb to 1.7.14, incl. nomad deployment' (#25) from adrien/infrastructure:master into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/25
Diffstat (limited to 'app/deployment/im.hcl')
-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
}