diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index e1231d66..00000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# This file is deprecated, and will be replaced by docker/docker-compose.yaml in next version. -version: "3" - -services: - langbot: - image: rockchin/langbot:latest - container_name: langbot - volumes: - - ./data:/app/data - - ./plugins:/app/plugins - restart: on-failure - environment: - - TZ=Asia/Shanghai - ports: - - 5300:5300 # 供 WebUI 使用 - - 2280-2290:2280-2290 # 供消息平台适配器方向连接 - # 根据具体环境配置网络 \ No newline at end of file