bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

Installation of docker compose with webhooks #326

Closed Elweyn closed 1 month ago

Elweyn commented 1 month ago

I installed BigBlueButton via docker (https://github.com/bigbluebutton/docker) if I set in step 5 WEBHOOK_ACTIVE to true and execture the script generate-compose the docker-compose.yml is created correctly, but after using the docker compose up -d --no-build it can't find the docker image alangecker/bbb-docker-webhooks:v2.6.1 I searched on docker hub (https://hub.docker.com/) other images for bbb-webhooks and didn't find any for the version 2.6.1

Can I use a newer version of docker bbb-webhooks? Like mconf/bbb-webhooks even if it only has v3.X, v2.0.X or v2.1.X?

Kind reguards

Elweyn commented 1 month ago

Is now working so can close the issue. Solution: On root folder in .env switching on WEBHOOKS and using scripts/generate-compose and starting docker again docker compose up -d --no-build