remove searxing and just use duckduck

This commit is contained in:
Felix Schulze 2025-04-03 23:39:37 +02:00
parent 4eb41f4735
commit 832be018b5
2 changed files with 0 additions and 26 deletions

2
.env
View File

@ -1,2 +0,0 @@
# SearXNG
SEARXNG_HOSTNAME=localhost:8080/

View File

@ -31,30 +31,6 @@ services:
networks:
- chat-ui
searxng:
container_name: searxng
image: searxng/searxng:latest
ports:
- "8080:8080"
volumes:
- ./searxng:/etc/searxng:rw
env_file:
- .env
restart: unless-stopped
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
- DAC_OVERRIDE
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
networks:
- chat-ui
networks:
chat-ui: