Skip to content

Commit

Permalink
Make the SFU actually usable
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Sep 26, 2024
1 parent e98740d commit f0e59ba
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions backend-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ services:
image: livekit/livekit-server:latest
command: --dev --config /etc/livekit.yaml
restart: unless-stopped
ports:
- "7880:7880"
- "7881:7881"
- "7882:7882"
- "50100-50200:50100-50200"
# The SFU seems to work far more reliably when we let it share the host
# network rather than opening specific ports (but why?? we're not missing
# any…)
network_mode: host
# ports:
# - "7880:7880"
# - "7881:7881"
# - "7882:7882"
# - "50100-50200:50100-50200"
volumes:
- ./backend/livekit.yaml:/etc/livekit.yaml
networks:
Expand Down

0 comments on commit f0e59ba

Please sign in to comment.