fix: set min/max range

This commit is contained in:
decentral1se 2021-12-02 16:24:56 +01:00
parent dc6b6a9942
commit 505a0f550c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ x-environment: &default-env
- SNIKKET_TWEAK_INTERNAL_HTTP_INTERFACE=0.0.0.0
- SNIKKET_WEB_PROSODY_ENDPOINT=http://${STACK_NAME}_snikket_server:5280
# https://github.com/snikket-im/snikket-server/blob/master/docs/advanced/firewall.md#how-many-ports-does-the-turn-service-need
- SNIKKET_TWEAK_TURNSERVER_MIN_PORT=49152
- SNIKKET_TWEAK_TURNSERVER_MAX_PORT=49153
services:
snikket_proxy:
image: thecoopcloud/snikket-web-proxy:latest