From 749c807c12cdc59682d466a8f4c360da152de33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Wed, 8 Jul 2026 09:55:28 +0800 Subject: [PATCH] =?UTF-8?q?ng=E4=BB=A3=E7=90=86minio=E6=94=AF=E6=8C=81webs?= =?UTF-8?q?ocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-app.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docker-compose-app.yml b/docker-compose-app.yml index b3fc50d..2fd3940 100644 --- a/docker-compose-app.yml +++ b/docker-compose-app.yml @@ -114,6 +114,17 @@ services: - "3012:3012" networks: - redfuture-net + + rag: + build: + context: ../rag + dockerfile: Dockerfile + container_name: rag + restart: unless-stopped + ports: + - "3006:3006" + networks: + - redfuture-net # -------- media(特殊依赖:FFmpeg + Python + HyperFrames)-------- media: