QChatGPT/docker-compose.yaml
Junyan Qin 805454e037
Some checks failed
Build Dev Image / build-dev-image (push) Has been cancelled
chore: 更新 docker-compose.yaml
2024-11-10 16:37:44 +08:00

13 lines
229 B
YAML

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