chore: 更新 docker-compose.yaml
Some checks failed
Build Dev Image / build-dev-image (push) Has been cancelled

This commit is contained in:
Junyan Qin 2024-11-10 16:37:44 +08:00
parent bf383bbf9c
commit 805454e037
No known key found for this signature in database
GPG Key ID: 22FE3AFADC710CEB

View File

@ -1,10 +1,12 @@
version: "3"
services:
qchatgpt:
image: rockchin/qchatgpt:latest
langbot:
image: rockchin/langbot:latest
volumes:
- ./data:/app/data
- ./plugins:/app/plugins
restart: on-failure
ports:
- 5300:5300
# 根据具体环境配置网络