chore: publish 0.2.0+v1.10.15 release

This commit is contained in:
Philipp Rothmann 2022-06-22 14:06:41 +02:00
parent 2410711247
commit 2bde9a6e11
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.10.10"
image: "vectorim/element-web:v1.10.15"
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.1.2+v1.10.10"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.10.15"
networks:
proxy: