QChatGPT/docker-compose.yaml

13 lines
229 B
YAML
Raw Normal View History

2023-09-12 20:50:49 +08:00
version: "3"
services:
2024-11-10 16:37:44 +08:00
langbot:
image: rockchin/langbot:latest
2023-09-12 20:50:49 +08:00
volumes:
2024-02-08 13:40:25 +08:00
- ./data:/app/data
- ./plugins:/app/plugins
restart: on-failure
2024-11-10 16:37:44 +08:00
ports:
- 5300:5300
# 根据具体环境配置网络