docker exec -i scalelite-api bundle exec rake servers:add[https://bbb1.example.com/bigbluebutton/api/,bbb-secret]
But If i add the same bbb server using the public ip address as follows:
docker exec -i scalelite-api bundle exec rake servers:add[https://IPAddress/bigbluebutton/api/,bbb-secret]
The bbb server is offline on the scalelite server.
How can i add server using the IP Address to the scalelite server ?
Any suggestions please ?