Docker files for BigBlueButton
Go to file
Sofyan Sugianto f7aa707532 fix typo
2020-08-29 21:01:30 +07:00
bbb-webrtc-sfu@400fe636e6
conf
docs Merge pull request #36 from alangecker/develop 2020-07-30 13:08:53 +02:00
mod fix typo 2020-08-29 21:01:30 +07:00
scripts fix typo 2020-08-29 21:01:30 +07:00
.gitignore
.gitmodules
docker-compose.coturn.yml ipv6: coturn support 2020-07-21 17:23:08 +02:00
docker-compose.demo.yml
docker-compose.exporter.yml add node exporter 2020-08-27 15:53:30 +07:00
docker-compose.greenlight.yml use env file in greenlight database 2020-08-27 15:44:45 +07: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 update volumes 2020-08-27 15:46:16 +07:00
LICENSE
README.md docs: add development link 2020-07-30 14:13:46 +02:00
sample.env generate random password by default on postgres password 2020-08-27 16:09:42 +07: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