Cleanup turn server matrix docker-compose
This commit is contained in:
parent
9cc7c71a94
commit
df4c1ee0e1
1 changed files with 0 additions and 32 deletions
|
@ -10,35 +10,3 @@ services:
|
|||
- ./coturn/cert.pem:/etc/ssl/certs/cert.pem:ro
|
||||
- ./nginx:/etc/nginx/conf.d
|
||||
- /ssl:/ssl
|
||||
|
||||
# # environment:
|
||||
# # - HOSTNAME=${hostname}
|
||||
# # - LISTENPORT=${listenport}
|
||||
# # - TLSPORT=${tlsport}
|
||||
# # - MINPORT=${minport}
|
||||
# # - MAXPORT=${maxport}
|
||||
# # - AUTHSECRET=${authsecret}
|
||||
# ports:
|
||||
# # STUN/TURN
|
||||
# - "3478:3478"
|
||||
# - "3478:3478/udp"
|
||||
# - "3479:3479"
|
||||
# - "3479:3479/udp"
|
||||
# - "80:80"
|
||||
# - "80:80/udp"
|
||||
# ## STUN/TURN SSL
|
||||
# - "5349:5349"
|
||||
# - "5349:5349/udp"
|
||||
# - "5350:5350"
|
||||
# - "5350:5350/udp"
|
||||
# - "443:443"
|
||||
# - "443:443/udp"
|
||||
# - "49152-49252:49152-49252"
|
||||
# - "49152-49252:49152-49252/udp"
|
||||
# # Relay Ports
|
||||
# - "49152-65535:49152-65535"
|
||||
# - "49152-65535:49152-65535/udp"
|
||||
# command: sh -c "/etc/turnserver.conf.sh"
|
||||
# entrypoint: sh -c "docker-entrypoint.sh && /etc/turnserver.conf.sh && chmod -R 777 /etc/turnsever.conf"
|
||||
# depends_on:
|
||||
# - nginx
|
||||
|
|
Loading…
Reference in a new issue