elementweb: update to latest containers
This commit is contained in:
parent
7f48bb6eba
commit
bb0142d611
2 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue