3c4f273386
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
338 B
YAML
18 lines
338 B
YAML
services:
|
|
searxng:
|
|
image: searxng/searxng:latest
|
|
container_name: searxng
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8600:8080"
|
|
volumes:
|
|
- ./settings.yml:/etc/searxng/settings.yml:ro
|
|
environment:
|
|
SEARXNG_BASE_URL: "http://searxng:8080/"
|
|
networks:
|
|
- proxy
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|