chore: publish 0.6.1+v1.11.30 release

This commit is contained in:
knoflook 2023-04-25 14:42:08 +02:00
parent 11130fb45b
commit 09738a4c34

View File

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