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 reverse proxy (auto-HTTPS) ─────────────────────
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:2-alpine
|
image: caddy:2.11.1-alpine
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -55,7 +55,7 @@ services:
|
|||||||
# ── LiveKit voice/video server ────────────────────────────
|
# ── LiveKit voice/video server ────────────────────────────
|
||||||
# Activated by COMPOSE_PROFILES=voice in .env
|
# Activated by COMPOSE_PROFILES=voice in .env
|
||||||
livekit:
|
livekit:
|
||||||
image: livekit/livekit-server:latest
|
image: livekit/livekit-server:v1.9.11
|
||||||
container_name: livekit
|
container_name: livekit
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|||||||
Reference in New Issue
Block a user