computer-playbook/roles/docker-bigbluebutton/README.md

1.0 KiB

docker bigbluebutton

@TODO Database needs to be decoupled

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