fix: expand ports

This commit is contained in:
decentral1se 2021-12-11 17:05:45 +01:00
parent 1ed34fc719
commit 8c7e0590a3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 39 additions and 1 deletions

View File

@ -11,7 +11,7 @@ x-environment: &default-env
- SNIKKET_TWEAK_PORTAL_INTERNAL_HTTP_HOST=${STACK_NAME}_portal
- SNIKKET_TWEAK_PORTAL_INTERNAL_HTTP_INTERFACE=0.0.0.0
- SNIKKET_TWEAK_TURNSERVER_MAX_PORT=49153
- SNIKKET_TWEAK_TURNSERVER_MIN_PORT=49152
- SNIKKET_TWEAK_TURNSERVER_MIN_PORT=49160
- SNIKKET_WEB_PROSODY_ENDPOINT=http://${STACK_NAME}_server:5280
services:
@ -80,9 +80,19 @@ services:
# Audio/Video Data Proxy Negotiations and IP Discovery over TLS (STUN/TURN over TLS)
- target: 5439
published: 5439
protocol: tcp
mode: host
- target: 5439
published: 5439
protocol: udp
mode: host
- target: 5350
published: 5350
protocol: tcp
mode: host
- target: 5350
published: 5350
protocol: udp
mode: host
# Audio/Video Data Proxy (Turn Data, see below)
@ -94,6 +104,34 @@ services:
published: 49153
protocol: udp
mode: host
- target: 49154
published: 49154
protocol: udp
mode: host
- target: 49155
published: 49155
protocol: udp
mode: host
- target: 49156
published: 49156
protocol: udp
mode: host
- target: 49157
published: 49157
protocol: udp
mode: host
- target: 49158
published: 49158
protocol: udp
mode: host
- target: 49159
published: 49159
protocol: udp
mode: host
- target: 49160
published: 49160
protocol: udp
mode: host
certdumper:
image: ldez/traefik-certs-dumper:v2.7.4