move turn towards own role
This commit is contained in:
		
					parent
					
						
							
								67f3f2dbd1
							
						
					
				
			
			
				commit
				
					
						fc62f9cbfe
					
				
			
		
					 3 changed files with 3 additions and 30 deletions
				
			
		|  | @ -29,6 +29,9 @@ runa: | |||
|             realm: "turn-1.corp-serv.net" | ||||
|             external_ip: "135.125.151.180/10.80.24.41" | ||||
|         mtx-turn-2.ankr.corp-services.app: | ||||
|           turn: | ||||
|             realm: "turn-2.corp-serv.net" | ||||
|             external_ip: "135.125.151.177/10.80.24.42" | ||||
|     lat: | ||||
|       hosts: | ||||
|         mtx-elem-1.lat.internal.ru.com: | ||||
|  |  | |||
|  | @ -1,12 +0,0 @@ | |||
| version: '3.8' | ||||
| services: | ||||
|   coturn: | ||||
|     image: coturn/coturn:latest | ||||
|     restart: unless-stopped | ||||
|     network_mode: "host" | ||||
|     volumes: | ||||
|       - ./turnserver.conf:/etc/turnserver.conf | ||||
|       - ./coturn/privkey.pem:/etc/ssl/private/privkey.pem:ro | ||||
|       - ./coturn/cert.pem:/etc/ssl/certs/cert.pem:ro | ||||
|       - ./nginx:/etc/nginx/conf.d | ||||
|       - /ssl:/ssl | ||||
|  | @ -1,18 +0,0 @@ | |||
| realm=turn-2.corp-serv.net | ||||
| no-tcp-relay | ||||
| listening-ip=0.0.0.0 | ||||
| listening-port=3478 | ||||
| min-port=49152 | ||||
| max-port=65535 | ||||
| 
 | ||||
| external-ip=135.125.151.177/10.80.24.42 | ||||
| 
 | ||||
| log-file=stdout | ||||
| verbose | ||||
| pidfile=/var/tmp/turnserver.pid | ||||
| use-auth-secret | ||||
| static-auth-secret=ihaaCac6Oow3ohzuvequ6esoo9eegheex | ||||
| 
 | ||||
| tls-listening-port=5349 | ||||
| pkey=/ssl/certificate.keyplain | ||||
| cert=/ssl/chain.crt | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue