feat(stacks): fix version for matrix

This commit is contained in:
2026-08-19 18:39:09 +02:00
parent 1b221dfec8
commit 948358971d
2 changed files with 12 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ services:
- default
nginx:
image: nginx:latest
image: nginx:1.29.7
restart: unless-stopped
volumes:
- ./nginx/matrix.conf:/etc/nginx/conf.d/matrix.conf:ro
@@ -79,7 +79,7 @@ services:
- traefik.http.services.element.loadbalancer.server.port=80
livekit:
image: livekit/livekit-server:latest
image: livekit/livekit-server:v1.10.1
command: --config /etc/livekit.yaml
restart: unless-stopped
environment:
@@ -103,7 +103,7 @@ services:
- traefik.http.services.livekit.loadbalancer.server.port=7880
lk-jwt:
image: ghcr.io/element-hq/lk-jwt-service:latest
image: ghcr.io/element-hq/lk-jwt-service:0.4.1
restart: unless-stopped
environment:
LIVEKIT_JWT_BIND: ":8081"