Files
LangBot/docker-compose.yaml

15 lines
345 B
YAML
Raw Normal View History

2023-09-12 12:50:49 +00:00
version: "3"
services:
2024-11-10 16:37:44 +08:00
langbot:
image: rockchin/langbot:latest
2024-11-18 23:31:49 +08:00
container_name: langbot
2023-09-12 12:50:49 +00: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 # 供 WebUI 使用
- 2280-2290:2280-2290 # 供消息平台适配器方向连接
2024-11-10 16:37:44 +08:00
# 根据具体环境配置网络