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

24 lines
934 B
Markdown
Raw Normal View History

2022-12-02 12:57:15 +01:00
# docker bigbluebutton
Role to deploy [BigBlueButton](https://bigbluebutton.org/).
2022-12-02 12:57:15 +01:00
2023-04-02 21:10:44 +02:00
## maintanace
### cleanup
2022-12-02 21:18:55 +01:00
```bash
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
```bash
watch -n 2 "docker ps -a | grep bigbluebutton"
2022-12-02 21:18:55 +01:00
```
2023-04-02 21:10:44 +02:00
## further information
2022-12-02 12:57:15 +01:00
- https://github.com/bigbluebutton/docker
2022-12-02 21:18:55 +01:00
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
- https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/
2023-04-02 21:10:44 +02:00
- https://github.com/docker/compose/issues/4799
- https://www.cyberciti.biz/faq/linux-command-to-remove-virtual-interfaces-or-network-aliases/
- https://www.cyberciti.biz/faq/linux-restart-network-interface/
- https://stackoverflow.com/questions/53347951/docker-network-not-found