mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #3426 from nextcloud/enh/3395/eturnal
This commit is contained in:
commit
a53f7b403b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM nats:2.10.1-scratch as nats
|
FROM nats:2.10.1-scratch as nats
|
||||||
FROM eturnal/eturnal:1.11.1 AS eturnal
|
FROM eturnal/eturnal:1.12.0 AS eturnal
|
||||||
FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling
|
FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling
|
||||||
FROM alpine:3.18.3 as janus
|
FROM alpine:3.18.3 as janus
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,9 @@ eturnal:
|
||||||
secret: "$TURN_SECRET"
|
secret: "$TURN_SECRET"
|
||||||
relay_ipv4_addr: "$IPv4_ADDRESS_TALK"
|
relay_ipv4_addr: "$IPv4_ADDRESS_TALK"
|
||||||
relay_ipv6_addr: "$IPv6_ADDRESS_TALK"
|
relay_ipv6_addr: "$IPv6_ADDRESS_TALK"
|
||||||
blacklist:
|
blacklist_peers:
|
||||||
- recommended
|
- recommended
|
||||||
whitelist:
|
whitelist_peers:
|
||||||
- 127.0.0.1
|
- 127.0.0.1
|
||||||
- ::1
|
- ::1
|
||||||
- "$IPv4_ADDRESS_TALK"
|
- "$IPv4_ADDRESS_TALK"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue