Include SHARED_SECRET for recordings container in docker-compose.tmpl.yml

In the current template, SHARED_SECRET is not handed to the recordings container. In turn, the recording_ready callback to greenlight does not work, preventing recordings from being displayed correctly.

This patch addresses issue #268.
This commit is contained in:
Tobias Fiebig 2023-05-03 23:41:48 +02:00 committed by chandi
parent 58bbbed7cf
commit 0bca06023d

View File

@ -353,6 +353,7 @@ services:
- bbb-pads
environment:
DOMAIN: ${DOMAIN}
SHARED_SECRET: ${SHARED_SECRET}
volumes:
- bigbluebutton:/var/bigbluebutton
- vol-freeswitch:/var/freeswitch/meetings