1 Star 0 Fork 138

Tonge/chatgpt-stream

forked from cookeem/chatgpt-stream 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yaml 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
cookeem 提交于 2023-02-10 14:02 . init project
version: "3"
services:
chatgpt-stream:
image: "doryengine/chatgpt-stream:v1.0.0"
hostname: chatgpt-stream
container_name: chatgpt-stream
ports:
- "3000:80"
# - "443:443"
depends_on:
- chatgpt-service
restart: always
chatgpt-service:
image: "doryengine/chatgpt-service:v1.0.0-alpine"
hostname: chatgpt-service
container_name: chatgpt-service
ports:
- "9000"
volumes:
- ./config.yaml:/chatgpt-service/config.yaml
command: /chatgpt-service/chatgpt-service
restart: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tonge/chatgpt-stream.git
git@gitee.com:tonge/chatgpt-stream.git
tonge
chatgpt-stream
chatgpt-stream
master

搜索帮助