- Add Python 3.12 version specification - Add Docker Compose configuration for Caddy, Redis, LiveKit server, and LiveKit ingress - Add Caddyfile with reverse proxy configuration for lk.makyd.cloud and whip.makyd.cloud - Add LiveKit server configuration with RTC ports and WHIP ingress settings - Add LiveKit ingress configuration with Redis connection and API credentials - Add pyproject.toml with FastAPI, LiveKit API, Pydantic, and Uvicorn dependencies - Add main
18 lines
224 B
YAML
18 lines
224 B
YAML
port: 7880
|
|
bind_addresses:
|
|
- "0.0.0.0"
|
|
|
|
rtc:
|
|
udp_port: 7882
|
|
tcp_port: 7881
|
|
use_external_ip: true
|
|
|
|
redis:
|
|
address: 127.0.0.1:6379
|
|
|
|
keys:
|
|
lk-api-key: rooted123
|
|
|
|
ingress:
|
|
whip_base_url: "https://whip.makyd.cloud"
|