Take control of your online privacy with a powerful metasearch engine designed to keep your data secure. By aggregating results from up to 245 different search services, you get comprehensive answers without sacrificing your personal information. Users are never tracked or profiled, ensuring a completely anonymous browsing experience.
Key benefits include:
services:
redis:
container_name: redis
image: redis:alpine
command: redis-server --save "" --appendonly "no"
networks:
- searxng
tmpfs:
- /var/lib/redis
cap_drop:
- ALL
cap_add:
- SETGID
- SETUID
- DAC_OVERRIDE
restart: always
searxng:
container_name: searxng
image: searxng/searxng:latest
networks:
- searxng
ports:
- "${SEARXNG_PORT:-8080}:8080"
volumes:
- ./searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL}
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
- DAC_OVERRIDE
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
restart: always
networks:
searxng:SEARXNG_BASE_URL=http://localhost:8080/
SEARXNG_PORT=8080Auto-fetched about 24 hours ago
Auto-fetched about 24 hours ago