chore: publish 0.1.1+v1.10.1 release

This commit is contained in:
decentral1se 2022-02-10 11:16:16 +01:00
parent 586056ac0c
commit 3e744f0e0f
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.9.8"
image: "vectorim/element-web:v1.10.1"
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.0+v1.9.8"
- "coop-cloud.${STACK_NAME}.version=0.1.1+v1.10.1"
networks:
proxy: