diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-16 09:04:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-16 09:04:32 +0200 |
commit | c29d6607003b9465e39459555be2926d937442dd (patch) | |
tree | b8d9076b0033110ad6dfc6921f774b047ac0e071 /nomad/im.hcl | |
parent | 2f1ef18510a7ca6490c5a52c56332c360d6819b8 (diff) | |
download | infrastructure-c29d6607003b9465e39459555be2926d937442dd.tar.gz infrastructure-c29d6607003b9465e39459555be2926d937442dd.zip |
Migrate matrix+riot
Diffstat (limited to 'nomad/im.hcl')
-rw-r--r-- | nomad/im.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/im.hcl b/nomad/im.hcl index 8c56b6f..c0f5295 100644 --- a/nomad/im.hcl +++ b/nomad/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v30" + image = "superboum/amd64_synapse:v31" readonly_rootfs = true port_map { client_port = 8008 @@ -239,7 +239,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v12" + image = "superboum/amd64_riotweb:v13" port_map { web_port = 8043 } |