Hi Community.
We have followed this tutorial Using HTTPS in docker for local development - DEV Community to set up a VM on Azure.
Now, we have an internal website on which we are building interfaces that connect to our speckle database. Everything works well in a development environment but when we deploy the connections break because the speckle server is on HTTP by default and our site is on HTTPS.
Does anyone know the necessary steps to compose the docker container in HTTPS?
thanks!