From ec217bc93bafbf2204ea8e8ac43b6efcf47283f8 Mon Sep 17 00:00:00 2001 From: xiaochou164 Date: Thu, 15 May 2025 19:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B9=B6=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lobe-chat-allinone.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lobe-chat-allinone.yml b/lobe-chat-allinone.yml index 6dd7ec1..f04d264 100644 --- a/lobe-chat-allinone.yml +++ b/lobe-chat-allinone.yml @@ -32,15 +32,9 @@ services: searxng: image: searxng/searxng container_name: lobe-searxng - volumes: - - '/app/ai-chat/searxng-settings.yml:/etc/searxng/settings.yml' - environment: - - 'SEARXNG_SETTINGS_FILE=/etc/searxng/settings.yml' restart: always networks: - lobe-network - env_file: - - /app/ai-chat/lobe-chat-allinone-env.env lobe: image: lobehub/lobe-chat-database @@ -63,15 +57,11 @@ services: - 'S3_SECRET_ACCESS_KEY=${S3_SECRET_ACCESS_KEY}' - 'S3_PUBLIC_DOMAIN=${S3_PUBLIC_DOMAIN}' - 'SEARXNG_URL=http://searxng:8080' - env_file: - - /app/ai-chat/lobe-chat-allinone-env.env restart: always entrypoint: > /bin/sh -c " - /bin/node /app/startServer.js & - LOBE_PID=\$! + /bin/node /app/startServer.js sleep 3 - wait \$LOBE_PID " volumes: