mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-15 19:22:24 +08:00
13 lines
229 B
YAML
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
|
|
# 根据具体环境配置网络
|