feat: add LocalScout SearXNG gateway
Add searxng service bound to Tailscale IP 100.111.160.84:8888 for internal LocalScout searches. Pinned to image digest for reproducibility.
This commit is contained in:
@@ -97,6 +97,29 @@ services:
|
||||
networks:
|
||||
- gateway-net
|
||||
|
||||
searxng:
|
||||
image: searxng/searxng@sha256:34d13094b1150bba739e16c95b7334040a524aadb557fbdbc41a42827aae5f8b
|
||||
container_name: searxng
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "100.111.160.84:8888:8080"
|
||||
environment:
|
||||
- SEARXNG_BASE_URL=http://100.111.160.84:8888/
|
||||
- INSTANCE_NAME=localscout-pra
|
||||
networks:
|
||||
- gateway-net
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
caddy_config:
|
||||
|
||||
Reference in New Issue
Block a user