chore: publish 0.4.0+v1.11.8 release

This commit is contained in:
Philipp Rothmann 2022-09-29 09:37:17 +02:00
parent 2ca6367f13
commit c201c39fde
1 changed files with 2 additions and 2 deletions

View File

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