更新env文件路径并优化配置

This commit is contained in:
xiaochou164 2025-05-15 19:37:46 +08:00
parent a418448701
commit 3f2aca3461
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ services:
networks: networks:
- lobe-network - lobe-network
env_file: env_file:
- lobe-chat-allinone-env.env - /app/ai-chat/lobe-chat-allinone-env.env
lobe: lobe:
image: lobehub/lobe-chat-database image: lobehub/lobe-chat-database
@ -64,7 +64,7 @@ services:
- 'S3_PUBLIC_DOMAIN=${S3_PUBLIC_DOMAIN}' - 'S3_PUBLIC_DOMAIN=${S3_PUBLIC_DOMAIN}'
- 'SEARXNG_URL=http://searxng:8080' - 'SEARXNG_URL=http://searxng:8080'
env_file: env_file:
- lobe-chat-allinone-env.env - /app/ai-chat/lobe-chat-allinone-env.env
restart: always restart: always
entrypoint: > entrypoint: >
/bin/sh -c " /bin/sh -c "