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:
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?
This is for an app that is served at localhost:9999/mint/. For https you can setup NGINX with letsencrypt. You will have to google a bit to get all the pieces together.