diff options
author | ADRN <adrien@luxeylab.net> | 2024-09-26 19:37:02 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-09-26 19:37:02 +0200 |
commit | aac2019d2757b30d2f318d9a8f98b4e77ba42076 (patch) | |
tree | e855b95eef6e348a0d36b7d96162f4035f1a952c /cluster/prod/app/matrix/deploy | |
parent | fabf31a7205163aa55e001b58e7cc08c7c3eeb52 (diff) | |
download | nixcfg-aac2019d2757b30d2f318d9a8f98b4e77ba42076.tar.gz nixcfg-aac2019d2757b30d2f318d9a8f98b4e77ba42076.zip |
modif de Synapse parce que ça buguait + update Matrix syncv3 to v0.99.16
Diffstat (limited to 'cluster/prod/app/matrix/deploy')
-rw-r--r-- | cluster/prod/app/matrix/deploy/im.hcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index ff3ca03..c348131 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -15,7 +15,7 @@ job "matrix" { driver = "docker" config { - image = "lxpz/amd64_synapse:v58" + image = "particallydone/amd64_synapse:v60" network_mode = "host" readonly_rootfs = true ports = [ "api_port" ] @@ -101,7 +101,7 @@ job "matrix" { driver = "docker" config { - image = "lxpz/amd64_synapse:v58" + image = "particallydone/amd64_synapse:v60" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -137,7 +137,7 @@ EOH task "riotweb" { driver = "docker" config { - image = "lxpz/amd64_elementweb:v35" + image = "particallydone/amd64_elementweb:v36" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" @@ -190,7 +190,7 @@ EOH driver = "docker" config { - image = "ghcr.io/matrix-org/sliding-sync:v0.99.12" + image = "ghcr.io/matrix-org/sliding-sync:v0.99.16" ports = [ "syncv3_api", "syncv3_metrics" ] } |