Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望提供 docker-compose 部署方式 #19

Closed
rockbenben opened this issue Mar 4, 2023 · 4 comments
Closed

希望提供 docker-compose 部署方式 #19

rockbenben opened this issue Mar 4, 2023 · 4 comments

Comments

@rockbenben
Copy link

docker-compose 方便提供映射路径,将 API key、System prompt 和保留会话都保留在 NAS 硬盘存储。

另外,dockerhub 提示没有标签,不能直接通过群晖 Docker 下载。

@hb-0
Copy link

hb-0 commented Mar 5, 2023

可以自己打包一个,也可以用我打包的:https://hub.docker.com/r/hbcn/chatgpt-py

@luohe567
Copy link

luohe567 commented Mar 5, 2023

通过ChatGPT 转换的docker-compose.yml文件

version: '3'
services:
  chatgpt:
    image: chuanhuchatgpt:latest
    container_name: chatgpt
    environment:
      - my_api_key=替换成API
    network_mode: host

@GaiZhenbiao
Copy link
Owner

现已加入DockerHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@hb-0 @rockbenben @luohe567 @GaiZhenbiao and others