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
|
ELEMENT_VERSION=v1.11.50
|
||||||
NGINX_VERSION=1.25.2-alpine
|
NGINX_VERSION=1.25.3-alpine
|
||||||
|
|
||||||
SYNAPSE_SERVER_NAME=corp-serv.net
|
SYNAPSE_SERVER_NAME=corp-serv.net
|
||||||
NGINX_SYNAPSE_FQDN=synapse.corp-apps.com
|
NGINX_SYNAPSE_FQDN=synapse.corp-apps.com
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
elementweb:
|
elementweb:
|
||||||
image: vectorim/element-web:latest
|
image: vectorim/element-web:${ELEMENT_VERSION}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
|
||||||
- SERVERNAME=${homeServerFQDN}
|
|
||||||
- PUBLICBASEURL=${synapseFQDN}
|
|
||||||
- ELEMENTWEB=${elementWebFQDN}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json
|
- ./config.json:/app/config.json
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue