forked from Deuxfleurs/infrastructure
Upgrade chat
This commit is contained in:
parent
8fb283d502
commit
948e4fb94e
2 changed files with 6 additions and 6 deletions
|
@ -7,16 +7,16 @@ services:
|
||||||
context: ./riotweb
|
context: ./riotweb
|
||||||
args:
|
args:
|
||||||
# https://github.com/vector-im/riot-web/releases
|
# https://github.com/vector-im/riot-web/releases
|
||||||
VERSION: 1.7.7
|
VERSION: 1.7.9
|
||||||
image: superboum/amd64_riotweb:v16
|
image: superboum/amd64_riotweb:v17
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
build:
|
build:
|
||||||
context: ./matrix-synapse
|
context: ./matrix-synapse
|
||||||
args:
|
args:
|
||||||
# https://github.com/matrix-org/synapse/releases
|
# https://github.com/matrix-org/synapse/releases
|
||||||
VERSION: 1.20.0
|
VERSION: 1.21.0
|
||||||
image: superboum/amd64_synapse:v35
|
image: superboum/amd64_synapse:v36
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
sogo:
|
sogo:
|
||||||
|
|
|
@ -8,7 +8,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_synapse:v35"
|
image = "superboum/amd64_synapse:v36"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
client_port = 8008
|
client_port = 8008
|
||||||
|
@ -239,7 +239,7 @@ job "im" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_riotweb:v16"
|
image = "superboum/amd64_riotweb:v17"
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 8043
|
web_port = 8043
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue