Working on public server

This commit is contained in:
notplants
2026-02-27 22:25:04 -05:00
parent c61aed32ff
commit 6ef5db5826
6 changed files with 188 additions and 26 deletions

View File

@ -188,6 +188,11 @@ services:
environment:
- STACK_NAME
- LIVEKIT_API_KEY
- LIVEKIT_NODE_IP
- LIVEKIT_FORCE_TCP=${LIVEKIT_FORCE_TCP:-false}
- LIVEKIT_TURN_ENABLED=${LIVEKIT_TURN_ENABLED:-true}
- TURN_DOMAIN=${TURN_DOMAIN:-${LIVEKIT_DOMAIN}}
- TURN_UDP_PORT=${TURN_UDP_PORT:-443}
# WebRTC ICE ports must be published directly on the host.
# These carry raw RTP media, not HTTP — cannot be proxied through Traefik without extra traefik compose.
# See docs/multinode.md for multi-node deployment considerations.