Skip to content

Commit 2d528d3

Browse files
committed
[Fix] 🐛 Docker Compose Config #365 #369
1 parent 8caf9c6 commit 2d528d3

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

docker/docker-compose-with-pass.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

docker/docker-compose.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ version: '3'
33
services:
44
go-proxy-bingai:
55
image: zklcdc/go-proxy-bingai
6-
container_name: go-proxy-bingai
6+
container_name: go-proxy-bingai
77
restart: always
88
ports:
99
- 8080:8080
1010
environment:
11-
- BYPASS_SERVER=http://172.17.0.1:7860
11+
- BYPASS_SERVER=https://bypass.zklcdc.xyz
1212
# - BING_BASE_URL=https://www.bing.com
1313
# - SYDNEY_BASE_URL=https://sydney.bing.com
1414
# - HTTP_PROXY=http://172.17.0.1:18080
@@ -19,14 +19,3 @@ services:
1919
# - USER_RwBf=xxx
2020
# - USER_MUID=xxx
2121
# - 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

0 commit comments

Comments
 (0)