forked from Deuxfleurs/infrastructure
pushed synapse to 1.23.0 and riotweb to 1.7.14 and deployed through nomad
This commit is contained in:
parent
fd38cbf744
commit
da1d381068
3 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ services:
|
||||||
args:
|
args:
|
||||||
# https://github.com/vector-im/riot-web/releases
|
# https://github.com/vector-im/riot-web/releases
|
||||||
VERSION: 1.7.14
|
VERSION: 1.7.14
|
||||||
image: superboum/amd64_riotweb:v18
|
image: particallydone/amd64_riotweb:v18
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
build:
|
build:
|
||||||
|
@ -23,7 +23,7 @@ services:
|
||||||
args:
|
args:
|
||||||
# https://github.com/matrix-org/synapse/releases
|
# https://github.com/matrix-org/synapse/releases
|
||||||
VERSION: 1.23.0
|
VERSION: 1.23.0
|
||||||
image: superboum/amd64_synapse:v38
|
image: particallydone/amd64_synapse:v38
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
sogo:
|
sogo:
|
||||||
|
|
|
@ -8,7 +8,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_synapse:v37"
|
image = "particallydone/amd64_synapse:v38"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
command = "python"
|
command = "python"
|
||||||
|
@ -233,7 +233,7 @@ job "im" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_riotweb:v17"
|
image = "particallydone/amd64_riotweb:v18"
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 8043
|
web_port = 8043
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,7 @@ nomad plan im.hcl
|
||||||
```
|
```
|
||||||
|
|
||||||
Check that the proposed diff corresponds to what you have in mind.
|
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.
|
From now, it will take around ~2 minutes to deploy the new images.
|
||||||
You can follow the deployment from the Nomad UI.
|
You can follow the deployment from the Nomad UI.
|
||||||
|
|
Loading…
Reference in a new issue