You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
549 B

  1. services:
  2. yzx-oa-sfu:
  3. image: "${SFU_IMAGE:-yzx-oa-sfu:0.1.0-live}"
  4. container_name: yzx-oa-sfu
  5. restart: unless-stopped
  6. security_opt:
  7. - seccomp=unconfined
  8. env_file:
  9. - .env
  10. ports:
  11. - "${PORT:-4443}:${PORT:-4443}/tcp"
  12. - "${MEDIASOUP_RTC_MIN_PORT:-40000}-${MEDIASOUP_RTC_MAX_PORT:-40100}:${MEDIASOUP_RTC_MIN_PORT:-40000}-${MEDIASOUP_RTC_MAX_PORT:-40100}/udp"
  13. - "${MEDIASOUP_RTC_MIN_PORT:-40000}-${MEDIASOUP_RTC_MAX_PORT:-40100}:${MEDIASOUP_RTC_MIN_PORT:-40000}-${MEDIASOUP_RTC_MAX_PORT:-40100}/tcp"