mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-02 06:31:17 +08:00
fix(self-host/compose): pass SearXNG params
This commit is contained in:
parent
2da6d7bdb4
commit
51bc7757ef
@ -39,6 +39,9 @@ x-common-env: &common-env
|
|||||||
PROXY_SERVER: ${PROXY_SERVER}
|
PROXY_SERVER: ${PROXY_SERVER}
|
||||||
PROXY_USERNAME: ${PROXY_USERNAME}
|
PROXY_USERNAME: ${PROXY_USERNAME}
|
||||||
PROXY_PASSWORD: ${PROXY_PASSWORD}
|
PROXY_PASSWORD: ${PROXY_PASSWORD}
|
||||||
|
SEARXNG_ENDPOINT: ${SEARXNG_ENDPOINT}
|
||||||
|
SEARXNG_ENGINES: ${SEARXNG_ENGINES}
|
||||||
|
SEARXNG_CATEGORIES: ${SEARXNG_CATEGORIES}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
playwright-service:
|
playwright-service:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user