docker-compose.yml 327 B

123456789101112
  1. services:
  2. livekit:
  3. image: docker.1ms.run/livekit/livekit-server:latest
  4. ports:
  5. - "7880:7880"
  6. - "7881:7881"
  7. - "50000-50100:50000-50100/udp"
  8. volumes:
  9. - ./livekit.yaml:/etc/livekit.yaml
  10. command: --config /etc/livekit.yaml --dev
  11. extra_hosts:
  12. - "host.docker.internal:host-gateway"