mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-27 23:20:51 +01:00
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:
parent
58bbbed7cf
commit
0bca06023d
@ -353,6 +353,7 @@ services:
|
||||
- bbb-pads
|
||||
environment:
|
||||
DOMAIN: ${DOMAIN}
|
||||
SHARED_SECRET: ${SHARED_SECRET}
|
||||
volumes:
|
||||
- bigbluebutton:/var/bigbluebutton
|
||||
- vol-freeswitch:/var/freeswitch/meetings
|
||||
|
Loading…
Reference in New Issue
Block a user