docs: 联网搜索服务架构方案全套(plan-final/design-arch/选型决策/整合导览/MCP文档/部署预设/联调手册) bench: 5 方案 + 代理 + 站点矩阵本机实测工程(无密钥) 部署目标:primary mgr1 先行测试(待批准后执行)
15 lines
438 B
YAML
15 lines
438 B
YAML
services:
|
|
lightpanda:
|
|
image: docker.io/lightpanda/browser:0.3.7
|
|
platform: linux/arm64
|
|
container_name: bench-probe-lightpanda-direct
|
|
command: ["/bin/lightpanda", "serve", "--host", "0.0.0.0", "--port", "9222", "--log_level", "info"]
|
|
ports:
|
|
- "19224:9222"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
environment:
|
|
NO_PROXY: "*"
|
|
no_proxy: "*"
|
|
mem_limit: 320m
|
|
restart: "no"
|