6 Commits

2 changed files with 10 additions and 10 deletions

View File

@ -4,14 +4,14 @@ A glossy Matrix collaboration client for the web.
<!-- metadata -->
- **Category**:
- **Status**:
- **Image**: [`vectorim/element-web`](https://hub.docker.com/r/vectorim/element-web)
- **Healthcheck**:
- **Backups**:
- **Email**:
- **Tests**:
- **SSO**:
* **Category**:
* **Status**:
* **Image**: [`vectorim/element-web`](https://hub.docker.com/r/vectorim/element-web)
* **Healthcheck**:
* **Backups**:
* **Email**:
* **Tests**:
* **SSO**:
<!-- endmetadata -->

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "vectorim/element-web:v1.9.8"
image: "vectorim/element-web:v1.11.8"
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.4.0+v1.11.8"
networks:
proxy: