Enabling SSL with Custom Certificates on Self-Hosted Tiaga using Docker

Hi Tiaga Community,

I’m currently running a self-hosted Tiaga instance using Docker and would like to enable SSL using my own certificates. Could anyone guide me through the process or provide the required steps for configuring SSL with custom certificates in this setup?
I would greatly appreciate any help or pointers on how to configure the Docker container to use my SSL certificates!

Thank you in advance!

Taiga docker and SSL Certificate - Troubleshooting - Taiga Community - This article helped me in configuring https with custom SSL certificates.
Apart from the changes mentioned, I have modified the following values in my .env file
TAIGA_SCHEME=https
TAIGA_DOMAIN=mytaiga.example.com
WEBSOCKETS_SCHEME=wss