الملفات
codepill-sfu/docker-compose.template.yml
2023-03-09 15:52:44 +01:00

20 أسطر
543 B
YAML

version: '3'
services:
mirotalksfu:
image: mirotalk/sfu:latest
build:
context: .
dockerfile: Dockerfile
container_name: mirotalksfu
hostname: mirotalksfu
restart: unless-stopped
# These volumes are not mandatory, coment if you want to use it
volumes:
- ./app/:/src/app/:ro
- ./public/:/src/public/:ro
ports:
- '3010:3010/tcp'
- '40000-40100:40000-40100/tcp'
- '40000-40100:40000-40100/udp'