mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Set MS_WORKERS=1, MS_ENABLE_IPV6=false, and MS_WEBRTC_LISTEN_IPS to announce only EXTERNAL_IPv4 for webrtc-sfu. Helps avoid mediasoup router init issues seen when IPv6 is present. Context/conversation: https://chatgpt.com/share/68d69a0e-22b0-800f-890b-13721a35f51b
		
			
				
	
	
		
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| services:
 | |
|   webrtc-sfu:
 | |
|     environment:
 | |
|       MS_WORKERS: "1"
 | |
|       MS_ENABLE_IPV6: "false"
 | |
|       MS_WEBRTC_LISTEN_IPS: >-
 | |
|         [{"ip":"0.0.0.0","announcedIp":"${EXTERNAL_IPv4}"}]
 |