add searxng

This commit is contained in:
2025-07-30 10:16:45 +02:00
parent bc4a117220
commit 28eb7d7b4a
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
services:
searxng:
container_name: searxng
image: docker.io/searxng/searxng:latest
restart: unless-stopped
env_file: .env
ports:
- "8888:8080"
volumes:
- ${SEARXNG_CONFIG_DIR}:/etc/searxng/
- ${SEARXNG_DATA_DIR}:/var/cache/searxng/