computer-playbook/roles/docker-bigbluebutton
2023-12-19 16:03:19 +01:00
..
files Removed bugs and implemented new server config structure 2023-12-12 12:32:35 +01:00
handlers Refactored use of variables 2023-12-05 18:45:26 +01:00
meta implemented cross-domain matomo tracking on nginx level 2023-11-18 20:02:55 +01:00
tasks Removed bugs and implemented new server config structure 2023-12-12 12:32:35 +01:00
templates Implemented email setup for matrix 2023-12-19 16:03:19 +01:00
vars renamed variable 2023-12-07 16:56:43 +01:00
README.md Added database commands to bbb 2023-11-27 18:57:29 +01:00

docker bigbluebutton

Role to deploy BigBlueButton.

maintanace

cleanup

    docker-compose down;
    docker volume rm bigbluebutton_bigbluebutton bigbluebutton_html5-static bigbluebutton_vol-freeswitch bigbluebutton_vol-kurento bigbluebutton_vol-mediasoup bigbluebutton_database

check container status

watch -n 2 "docker ps -a | grep bigbluebutton"

database access

 sudo docker-compose exec -it postgres psql -U postgres

further information