20 أسطر
552 B
YAML
20 أسطر
552 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, uncomment 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'
|