coturn: expose ENABLE_HTTPS_PROXY env variable

The coturn entrypoint checks if ENABLE_HTTPS_PROXY is set but it was not
added the the compose environment stanza so it was never set in the
container.
This commit is contained in:
Carlo Landmeter 2021-08-04 10:56:57 +02:00
parent 0dd3d9a0bc
commit 681f880669

View File

@ -337,6 +337,8 @@ services:
{{end}}
- ./mod/coturn/entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
- ./mod/coturn/turnserver.conf:/etc/coturn/turnserver.conf
environment:
ENABLE_HTTPS_PROXY:
network_mode: host
{{end}}