Drone-Rtc-Application/turn/docker-compose.yml

26 lines
247 B
YAML
Raw Permalink Normal View History

2024-11-07 14:28:42 +07:00
version: '3.9'
networks:
moxitech-network:
driver: bridge
services:
turn_server:
container_name: turn
build:
context: .
dockerfile: Dockerfile
networks:
moxitech-network:
restart: always