llama.cpp/tools/server/webui/docs/example_mcp/dockers/searxng/docker-compose.yml

23 lines
418 B
YAML

services:
searxng:
container_name: searxng
image: searxng/searxng:latest
ports:
- "8181: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"