forked from adams549659584/go-proxy-bingai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
43 lines (39 loc) · 1.04 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: '3'
services:
go-proxy-bingai:
# 镜像名称
image: adams549659584/go-proxy-bingai
# 容器名称
container_name: go-proxy-bingai
# 自启动
restart: unless-stopped
ports:
- 8080:8080
# environment:
# - Go_Proxy_BingAI_SOCKS_URL=192.168.0.88:1070
# - Go_Proxy_BingAI_SOCKS_USER=xxx
# - Go_Proxy_BingAI_SOCKS_PWD=xxx
# - Go_Proxy_BingAI_USER_TOKEN_1=xxx
# - Go_Proxy_BingAI_USER_TOKEN_2=xxx
# go-proxy-bingai:
# # 镜像名称
# image: adams549659584/go-proxy-bingai
# # 容器名称
# container_name: go-proxy-bingai
# build:
# context: ../
# dockerfile: docker/Dockerfile
# # 自启动
# restart: unless-stopped
# # 加入指定网络
# networks:
# - MyNetwork
# ports:
# - 8888:8080
# environment:
# - Go_Proxy_BingAI_SOCKS_URL=192.168.0.88:1070
# # - Go_Proxy_BingAI_SOCKS_USER=xxx
# # - Go_Proxy_BingAI_SOCKS_PWD=xxx
# networks:
# MyNetwork:
# external: true