Develop deer flow (#85)

* fix: deer-flow支持从datamate获取搜索引擎
This commit is contained in:
hhhhsc701
2025-11-14 17:36:55 +08:00
committed by GitHub
parent df853a5177
commit d9e163c163
4 changed files with 21 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ services:
- .env
volumes:
- ./conf.yaml:/app/conf.yaml:ro
- deer-flow-log-volume:/var/log/deer-flow
restart: unless-stopped
networks:
- datamate
@@ -21,6 +22,10 @@ services:
networks:
- datamate
volumes:
deer-flow-log-volume:
name: deer-flow-log-volume
networks:
datamate:
driver: bridge