4 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ TYPE=element-web
DOMAIN=element-web.example.com DOMAIN=element-web.example.com
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production
HOMESERVER=matrix.example.com HOMESERVER=matrix-synapse.example.com
SERVER_NAME=mymatrix SERVER_NAME=mymatrix
BRAND=mymatrix BRAND=mymatrix

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: "vectorim/element-web:v1.11.22" image: "vectorim/element-web:v1.11.36"
environment: environment:
- DOMAIN - DOMAIN
- HOMESERVER - HOMESERVER
@ -22,7 +22,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.5.1+v1.11.22" - "coop-cloud.${STACK_NAME}.version=0.6.2+v1.11.36"
networks: networks:
proxy: proxy: