docker icon indicating copy to clipboard operation
docker copied to clipboard

About SSL certificates and listening port BBB

Open cperezln opened this issue 3 years ago • 1 comments

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!

cperezln avatar Feb 16 '22 09:02 cperezln

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.

lexuzieel avatar Feb 21 '22 22:02 lexuzieel