commit bfd5bbf801045fec02c4fd0a0610ad730450934f Author: Alexander Veselov Date: Sat Feb 22 19:50:40 2025 -0500 Add docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..26878f4 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +services: + coturn: + hostname: 'coturn' + container_name: coturn + image: 'coturn/coturn' + network_mode: host + volumes: + - ./data/my.conf:/etc/coturn/turnserver.conf + - ./ssl:/etc/coturn + restart: unless-stopped \ No newline at end of file