docker
docker copied to clipboard
Docker files for BigBlueButton
In the README.md file its states this ``` $ git clone https://github.com/bigbluebutton/docker.git bbb-docker $ cd bbb-docker # use the more stable main branch (sometimes older) $ git checkout main ```...
Hi guys :D I’m currently trying the Dockerized BigBlueButton setup for a production deployment and would love to hear from anyone who has real-world experience. I'm setup my environment base...
Hey! First I have to say thank you for this cool docker setup and your work! How can I enable "video" recording format accordng to [the docs](https://docs.bigbluebutton.org/administration/customize/#install-additional-recording-processing-formats)? I followed those...
I had some issues after updating BBB, so I simply deleted the /data and /conf dir, made sure I got a fresh git pull, executed `./scripts/setup`, adapted the `.env` file...
Is there a guide somewhere about updating the images to latest releases? I totally get that this repo is completely voluntary work - thus the maintainer may not have time...
### Summary This MR introduces opt-in/opt-out switches for bundling **Collabora** and **Coturn** inside the BigBlueButton Docker stack. It also makes the Collabora endpoint configurable via `COLLABORA_URL`. With these changes, operators...
This ensures that coturn only listens on our external IP addresses, instead of listening on all interfaces, including internal docker-only interfaces. This prevents issues on some setups, where binding errors...
These directories were marked as volumes in their dockerfile, but nothing was explicitly mounted on them. This makes docker create an unnamed volume and mount that when the container is...
Using host network reduces separation and potentially exposes more ports publicly than needed or intended. In some cases (such as opening up many dynamic ports) this is needed, but for...