Fix research pipeline provider failures

This commit is contained in:
faligam
2026-09-06 18:32:42 +02:00
parent 9f6029b60a
commit e5b7d90436
9 changed files with 269 additions and 65 deletions

View File

@@ -52,9 +52,10 @@ services:
- "8888:8080"
volumes:
- searxng_cache:/var/cache/searxng
- ./config/searxng/settings.yml:/etc/searxng/settings.yml:ro
environment:
- SEARXNG_BASE_URL=http://localhost:8888/
- SEARXNG_SECRET_KEY=nsct_searxng_secret_key_change_me
- SEARXNG_SECRET=nsct_searxng_secret_key_change_me
restart: unless-stopped
deploy:
resources:
@@ -64,7 +65,6 @@ services:
read_only: true
tmpfs:
- /tmp
- /etc/searxng:mode=1777
cap_drop:
- ALL