mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
15 lines
345 B
YAML
15 lines
345 B
YAML
version: "3"
|
|
|
|
services:
|
|
langbot:
|
|
image: rockchin/langbot:latest
|
|
container_name: langbot
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./plugins:/app/plugins
|
|
restart: on-failure
|
|
ports:
|
|
- 5300:5300 # 供 WebUI 使用
|
|
- 2280-2290:2280-2290 # 供消息平台适配器方向连接
|
|
# 根据具体环境配置网络
|