Docker files for BigBlueButton
Go to file
2021-02-08 20:41:19 +01:00
bbb-webrtc-sfu@400fe636e6 apply v2.3-alpha-2 changes 2021-02-08 20:41:19 +01:00
conf sip_profiles: add extension field 2020-09-02 12:05:00 +02:00
docs development.md: example config & note about issue #66 2020-10-20 21:43:23 +02:00
mod extract apps-akka from core 2021-02-08 20:41:19 +01:00
scripts jump to bbb-webrtc-sfu v2.4.19 2020-10-21 22:14:08 +02:00
.gitignore [*] Small changes, upd. gitignore 2020-12-16 17:30:49 +03:00
.gitmodules etherpad: add skin and additional changes from the fork 2020-10-21 19:26:01 +02:00
CHANGELOG.md release v2.2.31-1 2020-12-23 12:14:04 +01: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 Applied v2.2.30 changes 2020-11-30 16:55:54 +01: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 extract apps-akka from core 2021-02-08 20:41:19 +01:00
LICENSE Initial commit 2017-10-27 14:57:35 -04:00
README.md added changelog 2020-10-16 12:52:34 +02:00
sample.env option for freeswitch language, including DE by @daedalus3 2020-12-24 02:39:02 +01:00

BigBlueButton Docker

Changelog | Issues

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