mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
chore: 更新 docker-compose.yaml
Some checks failed
Build Dev Image / build-dev-image (push) Has been cancelled
Some checks failed
Build Dev Image / build-dev-image (push) Has been cancelled
This commit is contained in:
parent
bf383bbf9c
commit
805454e037
|
@ -1,10 +1,12 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
qchatgpt:
|
langbot:
|
||||||
image: rockchin/qchatgpt:latest
|
image: rockchin/langbot:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
- ./plugins:/app/plugins
|
- ./plugins:/app/plugins
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
# 根据具体环境配置网络
|
ports:
|
||||||
|
- 5300:5300
|
||||||
|
# 根据具体环境配置网络
|
||||||
|
|
Loading…
Reference in New Issue
Block a user