chore: publish 0.1.2+v1.10.10 release

This commit is contained in:
Philipp Rothmann 2022-04-20 13:28:57 +02:00
parent 3e744f0e0f
commit 2410711247
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.10.1" image: "vectorim/element-web:v1.10.10"
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.1.1+v1.10.1" - "coop-cloud.${STACK_NAME}.version=0.1.2+v1.10.10"
networks: networks:
proxy: proxy: