|
|
@ -2,6 +2,7 @@ version: '3'
|
|
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
app:
|
|
|
|
app:
|
|
|
|
|
|
|
|
container_name: chatgpt-web
|
|
|
|
image: chenzhaoyu94/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可
|
|
|
|
image: chenzhaoyu94/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- 3002:3002
|
|
|
|
- 3002:3002
|
|
|
@ -29,6 +30,7 @@ services:
|
|
|
|
# HTTPS_PROXY 代理,可选
|
|
|
|
# HTTPS_PROXY 代理,可选
|
|
|
|
HTTPS_PROXY: http://xxx:7890
|
|
|
|
HTTPS_PROXY: http://xxx:7890
|
|
|
|
nginx:
|
|
|
|
nginx:
|
|
|
|
|
|
|
|
container_name: nginx
|
|
|
|
image: nginx:alpine
|
|
|
|
image: nginx:alpine
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- '80:80'
|
|
|
|
- '80:80'
|
|
|
|