aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build/docker-compose.yml4
-rw-r--r--app/deployment/im.hcl4
-rw-r--r--op_guide/update_matrix.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index e21677f..0b142c1 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -15,7 +15,7 @@ services:
args:
# https://github.com/vector-im/riot-web/releases
VERSION: 1.7.14
- image: superboum/amd64_riotweb:v18
+ image: particallydone/amd64_riotweb:v18
synapse:
build:
@@ -23,7 +23,7 @@ services:
args:
# https://github.com/matrix-org/synapse/releases
VERSION: 1.23.0
- image: superboum/amd64_synapse:v38
+ image: particallydone/amd64_synapse:v38
# Email
sogo:
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index 79b44c6..0823eac 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v37"
+ image = "particallydone/amd64_synapse:v38"
network_mode = "host"
readonly_rootfs = true
command = "python"
@@ -233,7 +233,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v17"
+ image = "particallydone/amd64_riotweb:v18"
port_map {
web_port = 8043
}
diff --git a/op_guide/update_matrix.md b/op_guide/update_matrix.md
index 9387a7f..7df588f 100644
--- a/op_guide/update_matrix.md
+++ b/op_guide/update_matrix.md
@@ -70,7 +70,7 @@ nomad plan im.hcl
```
Check that the proposed diff corresponds to what you have in mind.
-If it seems OK, just copy paste the proposed `nomad run ...` command proposed as part of the output of the `nomad plan` command.
+If it seems OK, just copy paste the proposed `nomad job run ... im.hcl` command proposed as part of the output of the `nomad plan` command.
From now, it will take around ~2 minutes to deploy the new images.
You can follow the deployment from the Nomad UI.