diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-25 12:12:58 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-25 12:12:58 +0100 |
commit | 7cede37e6d1129b1fcd5e5928856b9a6b52bae4a (patch) | |
tree | 2912066c3cba92e7df1473669185405689093a1f /app/im | |
parent | f229d5846707a1ea383f0d99b2b193305771cfa6 (diff) | |
download | infrastructure-7cede37e6d1129b1fcd5e5928856b9a6b52bae4a.tar.gz infrastructure-7cede37e6d1129b1fcd5e5928856b9a6b52bae4a.zip |
Mises à jour du cluster
Diffstat (limited to 'app/im')
-rw-r--r-- | app/im/deploy/im.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index dba2447..a3feed2 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v49" + image = "superboum/amd64_synapse:v50" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -138,7 +138,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v49" + image = "superboum/amd64_synapse:v50" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -182,7 +182,7 @@ EOH task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v26" + image = "superboum/amd64_riotweb:v27" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" |