fix(tradein/scraper-kit): wire browser proxy-pool into yandex/cian SERP + persist activation flags (#2160) #2268
1 changed files with 5 additions and 0 deletions
|
|
@ -177,6 +177,11 @@ services:
|
||||||
GENDESIGN_FDW_PASSWORD: "${GENDESIGN_FDW_PASSWORD:-}"
|
GENDESIGN_FDW_PASSWORD: "${GENDESIGN_FDW_PASSWORD:-}"
|
||||||
COOKIE_ENCRYPTION_KEY: "${COOKIE_ENCRYPTION_KEY:-}"
|
COOKIE_ENCRYPTION_KEY: "${COOKIE_ENCRYPTION_KEY:-}"
|
||||||
SCHEDULER_ENABLE: "true"
|
SCHEDULER_ENABLE: "true"
|
||||||
|
# Активация scraper-kit + proxy-pool (#2126/#2160): kit-scheduler вместо
|
||||||
|
# legacy sweep-путей; curl/browser-фетчи берут прокси из пула scrape_proxies.
|
||||||
|
USE_KIT_SCHEDULER: "true"
|
||||||
|
USE_PROXY_POOL_CURL: "true"
|
||||||
|
USE_PROXY_POOL_BROWSER: "true"
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue