mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 10:48:10 +02:00
Enabled recordings for BBB because https://github.com/bigbluebutton/bigbluebutton/issues/9202 was solved
This commit is contained in:
@@ -24,8 +24,12 @@ credentials: {}
|
||||
docker:
|
||||
services:
|
||||
bigbluebutton:
|
||||
repository: "https://github.com/kevinveenbirkenbach/bigbluebutton-docker.git"
|
||||
version: "bbb3.0"
|
||||
repository: "https://github.com/kevinveenbirkenbach/bigbluebutton-docker.git"
|
||||
version: "bbb3.0"
|
||||
recording:
|
||||
enabled: true # Enable recordings of sessions
|
||||
cleanup: true # Auto-Cleanup Recordings
|
||||
max_age_days: 30 # Cleanup recording after this amount of days
|
||||
database:
|
||||
# This is set to true to pass integration test, doesn't have any other function
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user