Docker files for BigBlueButton
Go to file
2020-09-30 09:35:10 +02:00
bbb-webrtc-sfu@2a6343f6cc apply v2.2.24 changes 2020-09-16 00:24:38 +02:00
conf sip_profiles: add extension field 2020-09-02 12:05:00 +02:00
docs Merge pull request #36 from alangecker/develop 2020-07-30 13:08:53 +02:00
mod v2.2.25 and v2.2.26 changes 2020-09-29 20:24:00 +02:00
scripts apply v2.2.24 changes 2020-09-16 00:24:38 +02:00
.gitignore postgres data persistance 2020-05-17 11:06:28 +02:00
.gitmodules add bbb-webrtc-sfu as git submodule 2020-04-11 19:39:55 +02:00
docker-compose.coturn.yml ipv6: coturn support 2020-07-21 17:23:08 +02:00
docker-compose.demo.yml added greenlight and api demos 2020-04-12 16:01:57 +02:00
docker-compose.greenlight.yml Revert "use env file in greenlight database" 2020-09-06 14:09:29 +02:00
docker-compose.https.yml ipv6: disable IPv6 if no IP is set 2020-07-30 12:12:36 +02:00
docker-compose.prometheus.yml switch to much smaller bbb-exporter version 0.5.1 2020-08-14 12:26:40 +02:00
docker-compose.recordings.yml update volumes 2020-08-27 15:46:16 +07:00
docker-compose.webhooks.yml update volumes 2020-08-27 15:46:16 +07:00
docker-compose.yml v2.2.25 and v2.2.26 changes 2020-09-29 20:24:00 +02:00
LICENSE Initial commit 2017-10-27 14:57:35 -04:00
README.md docs: add development link 2020-07-30 14:13:46 +02:00
sample.env Revert "use env file in greenlight database" 2020-09-06 14:09:29 +02:00

BigBlueButton Docker

Features

  • Easy installation
  • Greenlight included
  • TURN server included
  • Fully automated HTTPS certificates
  • Runs on almost any major linux distributon (Debian, Ubuntu, CentOS,...)
  • Full IPv6 support

Install

  1. Install docker-ce & docker-compose
    1. follow instructions
    2. Ensure docker works with $ docker run hello-world
    3. Install docker-compose: https://docs.docker.com/compose/install/
    4. Ensure docker-compose works: $ docker-compose --version
  2. Clone this repository
    $ git clone --recurse-submodules https://github.com/alangecker/bigbluebutton-docker.git bbb-docker
    $ cd bbb-docker
    
  3. Run setup:
    $ ./scripts/setup
    
  4. Start containers:
    $ ./scripts/compose up -d
    
  5. If you use greenlight, you can create an admin account with:
    $ ./scripts/compose exec greenlight bundle exec rake admin:create
    

How-To's

Special thanks to