chore: publish 0.7.0+v1.11.63 release

This commit is contained in:
Moritz 2024-04-08 22:40:09 +02:00
parent 5669976814
commit 33f7488c9a
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
TYPE=element-web
TIMEOUT=400
DOMAIN=element-web.example.com
LETS_ENCRYPT_ENV=production

View File

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