go-proxy-bingai/docker/docker-compose.yml

42 lines
978 B
YAML

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:
# # 镜像名称
# 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