mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
feat: coturn ports
This commit is contained in:
21
coturn/docker-compose.yml
Normal file
21
coturn/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
coturn:
|
||||
image: coturn/coturn:alpine
|
||||
privileged: true
|
||||
container_name: coturn
|
||||
command: -n --log-file=stdout
|
||||
volumes:
|
||||
- ./turnserver.conf:/etc/coturn/turnserver.conf
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3478:3478/udp"
|
||||
- "3478:3478"
|
||||
- "5349:5349"
|
||||
- "5349:5349/udp"
|
||||
- "49160-49200:49160-49200/udp"
|
||||
networks:
|
||||
- nginx_proxy
|
||||
|
||||
networks:
|
||||
nginx_proxy:
|
||||
name: nginx_proxy
|
||||
@@ -12,8 +12,6 @@ services:
|
||||
- ./run:/var/run/headscale/
|
||||
networks:
|
||||
- nginx_proxy
|
||||
ports:
|
||||
- "3478:3478/udp"
|
||||
|
||||
networks:
|
||||
nginx_proxy:
|
||||
|
||||
Reference in New Issue
Block a user