mirror of https://github.com/aiden09/mirotalksfu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
379 B
YAML
16 lines
379 B
YAML
|
5 years ago
|
version: '3'
|
||
|
|
|
||
|
|
services:
|
||
|
|
mirotalksfu:
|
||
|
|
image: mirotalksfu:latest
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
container_name: mirotalksfu
|
||
|
|
hostname: mirotalksfu
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- '3010:3010/tcp'
|
||
|
|
- '40000-40100:40000-40100/tcp'
|
||
|
|
- '40000-40100:40000-40100/udp'
|