mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-15 19:22:24 +08:00
chore: 修改启动相关
This commit is contained in:
parent
d95e18c202
commit
c2b3b53c12
|
@ -5,4 +5,4 @@ COPY . .
|
|||
|
||||
RUN python -m pip install -r requirements.txt
|
||||
|
||||
CMD [ "python", "start.py" ]
|
||||
CMD [ "python", "main.py" ]
|
|
@ -4,15 +4,7 @@ services:
|
|||
qchatgpt:
|
||||
image: rockchin/qchatgpt:latest
|
||||
volumes:
|
||||
- ./config.py:/QChatGPT/config.py
|
||||
- ./banlist.py:/QChatGPT/banlist.py
|
||||
- ./cmdpriv.json:/QChatGPT/cmdpriv.json
|
||||
- ./sensitive.json:/QChatGPT/sensitive.json
|
||||
- ./tips.py:/QChatGPT/tips.py
|
||||
# 目录映射
|
||||
- ./plugins:/QChatGPT/plugins
|
||||
- ./scenario:/QChatGPT/scenario
|
||||
- ./temp:/QChatGPT/temp
|
||||
- ./logs:/QChatGPT/logs
|
||||
- ./data:/app/data
|
||||
- ./plugins:/app/plugins
|
||||
restart: always
|
||||
# 根据具体环境配置网络
|
Loading…
Reference in New Issue
Block a user