bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
370 stars 248 forks source link

Add missing environment variable to Coturn service #156

Closed omidmaldar closed 3 years ago

omidmaldar commented 3 years ago

What

This pr adds ENABLE_HTTPS_PROXY environment variable to the Coturn service. This var is required to be present in the container and will be used in /mod/coturn/entrypoint.sh for extracting TLS certificates. This is a boolean var which reflects user decision regarding enabling an automatic http proxy.

When var is not available

alangecker commented 3 years ago

unfortunately @clandmeter was with #146 already quicker resolving this, but thanks for the elaborate, exemplary PR! :)

omidmaldar commented 3 years ago

Thanks and no worries. I should have checked the list of open PRs before suggesting this change.