mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 02:38:10 +02:00
Refactor relay port ranges: set coturn to 20000–39999, BigBlueButton to 40000–49999, and Nextcloud to 50000–59999
See: https://chatgpt.com/share/68d6f6c2-f7c0-800f-bc2e-10876afff4a8
This commit is contained in:
@@ -100,9 +100,9 @@ ports:
|
|||||||
federation:
|
federation:
|
||||||
web-app-matrix_synapse: 8448
|
web-app-matrix_synapse: 8448
|
||||||
relay_port_ranges:
|
relay_port_ranges:
|
||||||
|
web-svc-coturn_start: 20000
|
||||||
|
web-svc-coturn_end: 39999
|
||||||
web-app-bigbluebutton_start: 40000
|
web-app-bigbluebutton_start: 40000
|
||||||
web-app-bigbluebutton_end: 59999
|
web-app-bigbluebutton_end: 49999
|
||||||
web-app-nextcloud_start: 60000
|
web-app-nextcloud_start: 50000
|
||||||
web-app-nextcloud_end: 79999
|
web-app-nextcloud_end: 59999
|
||||||
web-svc-coturn_start: 80000
|
|
||||||
web-svc-coturn_end: 99999
|
|
||||||
|
Reference in New Issue
Block a user