الملفات
codepill-sfu/docker-compose.template.yml
2025-11-13 17:51:41 +01:00

24 أسطر
977 B
YAML

services:
mirotalksfu:
image: mirotalk/sfu:latest
container_name: mirotalksfu
hostname: mirotalksfu
restart: unless-stopped
# The following ports are only required if 'network_mode: host' is NOT enabled.
# If you enable 'network_mode: host', you can comment out or remove the 'ports' section below.
# network_mode: 'host'
ports:
- '3010:3010/tcp'
- '40000-40100:40000-40100/tcp'
- '40000-40100:40000-40100/udp'
volumes:
- ./app/src/config.js:/src/app/src/config.js:ro
- ./.env:/src/.env:ro
# Mandatory volume if `RECORDING_ENABLED=true` in the .env
# - ./app/rec:/src/app/rec
# Mandatory volume if `RTMP_FROM_FILE=true` in the .env
# - ./app/rtmp:/src/app/rtmp
# Optional volumes for real-time updates:
# - ./app/:/src/app/:ro
# - ./public/:/src/public/:ro