Hi everyone, I’ve made three dash apps (dashboard for covid-19), and I’m hosting them on a Ubuntu server VPS, each of them inside a Docker container.
I access the three dashboards using 3 different ports:
dashboard1: :8050
dashboard2: :8051
dashboard3: :8052
Now, I’m searching a better way (more disk space efficient) to host these three dashboard, and also I want to add an SSL certificate to them.
Any advice, please?
2 posts - 2 participants