Moved searxng to stacks

This commit is contained in:
2026-01-17 19:36:49 -05:00
parent e5cef818ce
commit bb0c88d080

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