Add your API URL and SECRET KEY in docker-compose.yml file.
API URL Example:
bbb.example.com/bigbluebutton/api
Get API SECRET KEY by running this command:
bbb-conf --secret
version: '3'
services:
bbb-meetings-json:
container_name: "bbb-meetings-json"
image: mohammad362/bbb-meetings-json:1.2
ports:
- "8000:8000"
environment:
- API_URL= # bbb.exmaple.com/bigbluebutton/api
- API_SECRET_KEY= #bbb-conf --secret
- USE_AUTH= #Yes/No
- AUTH_USERNAME= #username
- AUTH_PASSWORD= #yourpassword
restart: unless-stopped
visit http://server_ip:8000