feat: add support for youtube lives previews (#468)

This commit is contained in:
Daniel Vergara 2025-08-10 02:12:00 -06:00 committed by GitHub
parent b8b9c976f6
commit fdc5757c63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,8 @@ services:
image: ghcr.io/danvergara/jumble-proxy-server:latest
environment:
- ALLOW_ORIGIN=${JUMBLE_SOCIAL_URL:-http://localhost:8089}
- JUMBLE_PROXY_GITHUB_TOKEN=${JUMBLE_PROXY_GITHUB_TOKEN}
- ENABLE_PPROF=true
- PORT=8080
ports:
- "8090:8080"