From b6ff2be4dfcf2f3f07c18e74c5a68c2a082a41dc Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 16 Sep 2025 15:00:43 +0800 Subject: [PATCH] chore: remove docker-compose.yaml in root dir --- docker-compose.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docker-compose.yaml 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