Update synaps_admin to 0.9.4

This commit is contained in:
Daniel Berteaud 2024-04-22 12:26:08 +02:00
parent 2fcecd24fd
commit bb45d4c09f
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.64 \
SYNAPSE_ADMIN_VERSION=0.9.1
SYNAPSE_ADMIN_VERSION=0.9.4
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \
ELEMENT_NGINX_BIND_PORT=8710

View File

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

View File

@ -113,13 +113,13 @@ matrix:
version: 1.11.64
synapse_admin:
version: 0.9.1
version: 0.9.4
# 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 ]]-1'
image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-3'
# Resource allocation
resources: