Update synapse admin

This commit is contained in:
Daniel Berteaud 2024-02-09 09:34:51 +01:00
parent 144577edb0
commit c9310b4868
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ FROM nginxinc/nginx-unprivileged:alpine
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG ELEMENT_VERSION=1.11.57 \
SYNAPSE_ADMIN_VERSION=0.9.0
SYNAPSE_ADMIN_VERSION=0.9.1
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \
ELEMENT_NGINX_BIND_PORT=8710

View File

@ -298,7 +298,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/matrix-element:1.11.57-2"
image = "danielberteaud/matrix-element:1.11.57-3"
readonly_rootfs = true
pids_limit = 100
volumes = [

View File

@ -110,13 +110,13 @@ matrix:
version: 1.11.57
synapse_admin:
version: 0.9.0
version: 0.9.1
# Nginx will servce static files (well-known, element, synapse-admin), and proxy requests to synapse
nginx:
# The image to use
image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-2'
image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-3'
# Resource allocation
resources: