elementweb: update to latest containers

This commit is contained in:
Nico Schottelius 2023-11-23 09:45:27 +01:00
parent 7f48bb6eba
commit bb0142d611
2 changed files with 3 additions and 7 deletions

View file

@ -1,5 +1,5 @@
SYNAPSE_VERSION=v1.92.3
NGINX_VERSION=1.25.2-alpine
ELEMENT_VERSION=v1.11.50
NGINX_VERSION=1.25.3-alpine
SYNAPSE_SERVER_NAME=corp-serv.net
NGINX_SYNAPSE_FQDN=synapse.corp-apps.com

View file

@ -1,12 +1,8 @@
version: '3'
services:
elementweb:
image: vectorim/element-web:latest
image: vectorim/element-web:${ELEMENT_VERSION}
restart: unless-stopped
environment:
- SERVERNAME=${homeServerFQDN}
- PUBLICBASEURL=${synapseFQDN}
- ELEMENTWEB=${elementWebFQDN}
volumes:
- ./config.json:/app/config.json
ports: