diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-13 19:17:28 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-13 19:17:28 +0100 |
commit | 52c141e5fc731ccf8e65320e1d4666c7591ddee5 (patch) | |
tree | a67f6cbd750b8f7397407964198d3b9d6b20caee /app/deployment | |
parent | 464b990e19dfc7dec1565f42374bbe8e95a0ce36 (diff) | |
download | infrastructure-52c141e5fc731ccf8e65320e1d4666c7591ddee5.tar.gz infrastructure-52c141e5fc731ccf8e65320e1d4666c7591ddee5.zip |
Update Riot+Matrix
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/im.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index cb14144..636f78e 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "particallydone/amd64_synapse:v39" + image = "superboum/amd64_synapse:v40" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -220,7 +220,7 @@ job "im" { task "server" { driver = "docker" config { - image = "particallydone/amd64_riotweb:v18" + image = "superboum/amd64_riotweb:v19" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" |