About SSL certificates and listening port BBB
Hello there, I am new in docker-compose and I am trying by myself load a BBB page, in my own ubuntu server. The problem I am having now is that I want to remove the "network security" implemented by the docker itself, because I have another source (local router) that can provide it, and also, I want to change the listening port of it.
Can anyone explain to me which files have I to modify so I can do this?
Thanks!
I have recently finished working on putting this BBB configuration behind Traefik reverse proxy.
Whilst I am not sure how it might merge together with the current project, you can check out traefik branch of my fork: https://github.com/fmp-msu/bbb/tree/traefik
It relies on my own Traefik quick start setup that provides easier way of setting up SSL.
I think using Traefik you can change entrypoints of BBB to listen on any other port.