4 Commits

Author SHA1 Message Date
3wc
938e40ac99 chore: publish 0.8.1+v1.11.78 release 2024-09-25 13:41:58 -04:00
316f70c69c chore: publish 0.8.0+v1.11.69 release 2024-07-16 14:31:18 +02:00
33f7488c9a chore: publish 0.7.0+v1.11.63 release 2024-04-08 22:40:09 +02:00
3wc
5669976814 chore: publish 0.6.4+v1.11.57 release 2024-02-08 14:33:17 -03:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
TYPE=element-web TYPE=element-web
TIMEOUT=400
DOMAIN=element-web.example.com DOMAIN=element-web.example.com
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production

View File

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