Moved to _dev
This commit is contained in:
24
coturn/compose.yaml
Normal file
24
coturn/compose.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
## To be included in nextcloud.compose.yaml
|
||||
services:
|
||||
coturn:
|
||||
image: instrumentisto/coturn:latest
|
||||
container_name: coturn
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3478:3478
|
||||
- 49160-49200:49160-49200/udp
|
||||
command:
|
||||
- '--realm=cloud.delmar.bzh'
|
||||
- '--server-name=turn-server'
|
||||
- '--fingerprint'
|
||||
- '--listening-ip=0.0.0.0'
|
||||
- '--external-ip=192.168.1.14'
|
||||
- '--listening-port=3478'
|
||||
- '--min-port=49160'
|
||||
- '--max-port=49200'
|
||||
- '--log-file=/var/log/turnserver.log'
|
||||
- '--tls-listening-port=443'
|
||||
- '--use-auth-secret'
|
||||
- '--static-auth-secret=Jxge85wCdu6y42nZ'
|
||||
networks:
|
||||
- nextcloud
|
||||
Reference in New Issue
Block a user