**Add new test script, agent modifications, and SearXNG integration updates**

This commit is contained in:
geoffsee
2025-05-27 19:10:33 -04:00
parent bb99e652f9
commit 29f70146d2
24 changed files with 2538 additions and 38 deletions

View File

@@ -1,4 +1,10 @@
services:
searxng:
build:
context: ./searxng # Path to the directory containing the searxng.Dockerfile
dockerfile: searxng.Dockerfile
ports:
- "8080:8080" # Expose SearxNG on port 8080
agent-server:
build:
context: .