docs: 联网搜索服务架构方案全套(plan-final/design-arch/选型决策/整合导览/MCP文档/部署预设/联调手册) bench: 5 方案 + 代理 + 站点矩阵本机实测工程(无密钥) 部署目标:primary mgr1 先行测试(待批准后执行)
22 lines
723 B
YAML
22 lines
723 B
YAML
services:
|
|
searxng:
|
|
image: docker.io/searxng/searxng:2026.8.29-d226b78bc
|
|
platform: linux/arm64
|
|
container_name: bench-s3c-searxng-global
|
|
ports:
|
|
- "18882:8080"
|
|
volumes:
|
|
- ./settings.yml:/etc/searxng/settings.yml:ro
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
environment:
|
|
SEARXNG_BASE_URL: http://localhost:18882/
|
|
SEARXNG_LIMITER: "false"
|
|
HTTP_PROXY: http://host.docker.internal:17890
|
|
HTTPS_PROXY: http://host.docker.internal:17890
|
|
http_proxy: http://host.docker.internal:17890
|
|
https_proxy: http://host.docker.internal:17890
|
|
NO_PROXY: 127.0.0.1,localhost
|
|
no_proxy: 127.0.0.1,localhost
|
|
mem_limit: 192m
|
|
restart: "no"
|