feat: add brave search container and toolset
This commit is contained in:
@@ -61,6 +61,21 @@ services:
|
||||
start_period: 15s
|
||||
retries: 3
|
||||
|
||||
# Optional local dependency: Brave Search MCP server (HTTP mode).
|
||||
# Start with: docker compose --profile search up -d brave-search
|
||||
brave-search:
|
||||
image: mcp/brave-search:latest
|
||||
container_name: brave-search
|
||||
restart: unless-stopped
|
||||
profiles: ["search"]
|
||||
ports:
|
||||
- "18802:8000"
|
||||
environment:
|
||||
- BRAVE_API_KEY=${BRAVE_API_KEY:?BRAVE_API_KEY is required}
|
||||
- BRAVE_MCP_TRANSPORT=http
|
||||
- BRAVE_MCP_HOST=0.0.0.0
|
||||
- BRAVE_MCP_PORT=8000
|
||||
|
||||
volumes:
|
||||
flynn-data:
|
||||
whisper-models:
|
||||
|
||||
Reference in New Issue
Block a user