Skip to content

How to deploy tgcf using Nginx ? #395

Answered by cosinguyen
aahnik asked this question in Q&A
Discussion options

You must be logged in to vote

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

version: '3.4'
 
services:         
  tele1:
    container_name: tele1_container
    image: aahnik/tgcf:latest
    environment:
      - PASSWORD=anypasswordyouwant
    restart: always
    volumes:
      - "/usr/tgcf/:/app"

  nginx:
    container_name: nginx_container
    image: 'jc21/nginx-proxy-manager:latest'
    p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aahnik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants