godcrm/deploy/livekit/livekit.yaml
GOD CRM Release f89e074dd1
Some checks failed
CI / Lint / Typecheck / Test / Build (push) Has been cancelled
CI / PostgreSQL Integration Tests (push) Has been cancelled
GOD CRM — public scrubbed snapshot
Governed substrate for autonomous agents: scoped identity (passports),
audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
2026-08-10 04:01:45 +03:00

14 lines
577 B
YAML

# LiveKit SFU — single-node config for GOD CRM voice/video calls.
# Signaling (7880) is reached only via nginx: wss://crm.hltrn.cc/livekit -> 127.0.0.1:7880.
# Media uses TCP 7881 (fallback) + UDP 50000-50100 directly to the box's public IP.
# API keys are injected at runtime via the LIVEKIT_KEYS env var (see docker-compose.yml),
# sourced from the CRM .env (LIVEKIT_API_KEY / LIVEKIT_API_SECRET) — never committed here.
port: 7880
rtc:
tcp_port: 7881
port_range_start: 50000
port_range_end: 50100
use_external_ip: true
logging:
level: info
pion_level: error