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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user