mirror of https://github.com/Nofated095/Q2TG.git
modified: docker-compose.yaml
new file: image/config_cloudflare_tunnel_01.png new file: image/config_cloudflare_tunnel_02.png new file: image/config_cloudflare_tunnel_03.png new file: image/config_cloudflare_tunnel_04.png new file: image/config_cloudflare_tunnel_05.png new file: image/config_cloudflare_tunnel_06.png
This commit is contained in:
parent
df17634c71
commit
802b0db1c6
|
@ -42,6 +42,9 @@ services:
|
|||
- postgres
|
||||
- zinclabs
|
||||
- sign
|
||||
ports:
|
||||
# 如果要使用 RICH_HEADER 取消注释并将端口发布到公网
|
||||
#- 8080:8080
|
||||
volumes:
|
||||
- q2tg:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
@ -64,6 +67,8 @@ services:
|
|||
- BAIDU_APP_ID=
|
||||
- BAIDU_API_KEY=
|
||||
- BAIDU_SECRET_KEY=
|
||||
# 如果你需要使用 /flags set RICH_HEADER 来显示头像,则需将 q2tg 8080 端口发布到公网,可以使用 cloudflare tunnel
|
||||
#- WEB_ENDPOINT=https://yourichheader.com 填写你发布到公网的域名
|
||||
# 如果需要通过代理联网,那么设置下面两个变量
|
||||
#- PROXY_IP=
|
||||
#- PROXY_PORT=
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1001 KiB |
Binary file not shown.
After Width: | Height: | Size: 896 KiB |
Binary file not shown.
After Width: | Height: | Size: 846 KiB |
Binary file not shown.
After Width: | Height: | Size: 1002 KiB |
Binary file not shown.
After Width: | Height: | Size: 966 KiB |
Binary file not shown.
After Width: | Height: | Size: 869 KiB |
Loading…
Reference in New Issue