aboutsummaryrefslogtreecommitdiff
path: root/app/deployment
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-09-18 19:55:48 +0200
committerQuentin <quentin@deuxfleurs.fr>2020-09-18 19:55:48 +0200
commitf8682668c210fe0a5585620adf0ad498f7370bec (patch)
treefa884e9d63b1d47ac9ac4618bed48b67345519cd /app/deployment
parent09fc30214da3febbf9c06a81bd52701f370be67e (diff)
downloadinfrastructure-f8682668c210fe0a5585620adf0ad498f7370bec.tar.gz
infrastructure-f8682668c210fe0a5585620adf0ad498f7370bec.zip
Upgrade Element Web to new config.json
- Display deuxfleurs.fr and not im.deuxfleurs.fr on login screen - Remove broken welcome page on login - Set our jitsi instance - Add more servers in the room discovery page
Diffstat (limited to 'app/deployment')
-rw-r--r--app/deployment/im.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index b758011..c7528d1 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -239,7 +239,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v15"
+ image = "superboum/amd64_riotweb:v16"
port_map {
web_port = 8043
}