How to deploy tgcf using Nginx ? #395
-
Description of configuration and steps required to deploy tgcf using Nginx. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello everyone, But I use tgcf's docker and Nginx Proxy Manager so my handling is a bit different. My
We don't need to configure the open port for tgcf because everything will be taken care of by docker.
If you want to use SSL, you can switch to the SSL tab and register a new free SSL from Let's Encrypt, you can do it while creating the Host or later. Note that you are required to open ports 80 and 443 for successful SSL registration and port 81 can be open at least when you access Nginx Proxy Manager. |
Beta Was this translation helpful? Give feedback.
Hello everyone,
I just went through this yesterday, you can refer to these articles hope it can help you:
https://discuss.streamlit.io/t/how-to-use-streamlit-with-nginx/378
https://discuss.streamlit.io/t/errors-while-trying-to-deploy-a-streamlit-app-with-nginx/30266
But I use tgcf's docker and Nginx Proxy Manager so my handling is a bit different. My
docker-compose.yml
below