added searxng

This commit is contained in:
2026-01-17 18:11:36 -05:00
parent 645e2fb6e1
commit e5cef818ce

View File

@@ -0,0 +1,11 @@
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
ports:
- 8888:8080
environment:
- SEARXNG_BASE_URL=https://search.rishighan.com/
volumes:
- /mnt/user/appdata/searxng:/etc/searxng
restart: unless-stopped