feat(infra): add SearXNG dev container
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user