build: pin Docker image tags for reproducible builds

Pin floating tags to versions already running on both live boxes:
- livekit/livekit-server:latest -> v1.9.11
- caddy:2-alpine -> 2.11.1-alpine

No operational change; tags proven-good in production.
This commit is contained in:
Jannis Braun
2026-06-20 02:40:09 +02:00
parent a4333c4c23
commit 63732b9efb
+2 -2
View File
@@ -32,7 +32,7 @@ services:
# ── Caddy reverse proxy (auto-HTTPS) ─────────────────────
caddy:
image: caddy:2-alpine
image: caddy:2.11.1-alpine
container_name: caddy
restart: unless-stopped
ports:
@@ -55,7 +55,7 @@ services:
# ── LiveKit voice/video server ────────────────────────────
# Activated by COMPOSE_PROFILES=voice in .env
livekit:
image: livekit/livekit-server:latest
image: livekit/livekit-server:v1.9.11
container_name: livekit
restart: unless-stopped
network_mode: host