mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
10 lines
201 B
YAML
10 lines
201 B
YAML
version: "3"
|
|
|
|
services:
|
|
qchatgpt:
|
|
image: rockchin/qchatgpt:latest
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./plugins:/app/plugins
|
|
restart: on-failure
|
|
# 根据具体环境配置网络 |