File tree Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Original file line number Diff line number Diff line change
1
+ version : ' 3'
2
+
3
+ services :
4
+ go-proxy-bingai :
5
+ image : zklcdc/go-proxy-bingai:latest-with-pass
6
+ container_name : go-proxy-bingai-with-pass
7
+ restart : always
8
+ depends_on :
9
+ - go-bingai-pass
10
+ ports :
11
+ - 8080:8080
12
+ - 45678:45678
13
+ environment :
14
+ # - BING_BASE_URL=https://www.bing.com
15
+ # - SYDNEY_BASE_URL=https://sydney.bing.com
16
+ # - HTTP_PROXY=http://172.17.0.1:18080
17
+ # - HTTPS_PROXY=http://172.17.0.1:18080
18
+ # - Go_Proxy_BingAI_USER_TOKEN_1=xxx
19
+ # - Go_Proxy_BingAI_USER_TOKEN_2=xxx
20
+ # - USER_KievRPSSecAuth=xxx
21
+ # - USER_RwBf=xxx
22
+ # - USER_MUID=xxx
23
+ - APIKEY=sk-xxx
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ version: '3'
3
3
services :
4
4
go-proxy-bingai :
5
5
image : zklcdc/go-proxy-bingai
6
- container_name : go-proxy-bingai
6
+ container_name : go-proxy-bingai
7
7
restart : always
8
8
ports :
9
9
- 8080:8080
10
10
environment :
11
- - BYPASS_SERVER=http ://172.17.0.1:7860
11
+ - BYPASS_SERVER=https ://bypass.zklcdc.xyz
12
12
# - BING_BASE_URL=https://www.bing.com
13
13
# - SYDNEY_BASE_URL=https://sydney.bing.com
14
14
# - HTTP_PROXY=http://172.17.0.1:18080
@@ -19,14 +19,3 @@ services:
19
19
# - USER_RwBf=xxx
20
20
# - USER_MUID=xxx
21
21
# - APIKEY=sk-xxx
22
-
23
- go-bingai-pass :
24
- image : zklcdc/go-bingai-pass
25
- container_name : go-bingai-pass
26
- restart : always
27
- environment :
28
- # - PROXY_SERVER=http://172.17.0.1:18080
29
- - PASS_TIMEOUT=3
30
- - HEADLESS=false
31
- ports :
32
- - 7860:7860
You can’t perform that action at this time.
0 commit comments