Files
kochwas/docker-compose.yml
Hendrik c1ec9b8a83 feat(infra): add SearXNG dev container
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 15:07:22 +02:00

12 lines
256 B
YAML

services:
searxng:
image: searxng/searxng:latest
ports:
- '8888:8080'
volumes:
- ./searxng:/etc/searxng
environment:
- BASE_URL=http://localhost:8888/
- INSTANCE_NAME=kochwas-search-dev
restart: unless-stopped