RE: Docker Business Central
Is it recommended? I don't know
Is it possible? Yes. Below a summary if you want to practice only. For PROD, I recommend you talk to a security expert before doing this ;)
- create a dns for your public IP (in your dns registar). I suggest a subdomain like mybcserver.mydomain.com
- get a valid ssl certificate for this subdomain
- allow https (port 443) on your router/firewall and redirect to private IP of your server
- wipe all your container
- create a traefik container with bccontainerhelper (give it tour public subdomain and the ssl certificate as inputs)
- recreate your containers with bccontainerhelper and use the switch -useTraefik
Of course you can go the fancy way and try to install and configure yourself traefik or another proxy manager ;)