chore: publish 0.6.2+v1.11.36 release

This commit is contained in:
Philipp Rothmann 2023-07-19 10:26:39 +02:00
parent f191821073
commit 07f7e73e28
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "vectorim/element-web:v1.11.30"
image: "vectorim/element-web:v1.11.36"
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.1+v1.11.30"
- "coop-cloud.${STACK_NAME}.version=0.6.2+v1.11.36"
networks:
proxy: