Updated natrix

This commit is contained in:
Quentin 2020-09-07 14:31:05 +02:00
parent 30fe6d2e3c
commit 0550647b93
2 changed files with 6 additions and 6 deletions

View file

@ -5,15 +5,15 @@ 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.4 VERSION: 1.7.5
image: superboum/amd64_riotweb:v14 image: superboum/amd64_riotweb:v15
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.19.0 VERSION: 1.19.1
image: superboum/amd64_synapse:v32 image: superboum/amd64_synapse:v33
sogo: sogo:
build: build:
context: ./sogo context: ./sogo

View file

@ -8,7 +8,7 @@ job "im" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_synapse:v32" image = "superboum/amd64_synapse:v33"
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:v14" image = "superboum/amd64_riotweb:v15"
port_map { port_map {
web_port = 8043 web_port = 8043
} }