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:
2025-09-26 22:26:44 +02:00
parent 73a38e0b2b
commit 083b7d2914

View File

@@ -100,9 +100,9 @@ ports:
federation:
web-app-matrix_synapse: 8448
relay_port_ranges:
web-svc-coturn_start: 20000
web-svc-coturn_end: 39999
web-app-bigbluebutton_start: 40000
web-app-bigbluebutton_end: 59999
web-app-nextcloud_start: 60000
web-app-nextcloud_end: 79999
web-svc-coturn_start: 80000
web-svc-coturn_end: 99999
web-app-bigbluebutton_end: 49999
web-app-nextcloud_start: 50000
web-app-nextcloud_end: 59999