cleanup env

This commit is contained in:
DaKheera47 2025-12-27 11:18:55 +00:00
parent 572cb1d42d
commit 2d92397b9a
2 changed files with 2 additions and 3 deletions

View File

@ -30,8 +30,7 @@ JOB_COMPLETE_WEBHOOK_URL=
# JobSpy (Indeed/LinkedIn scraping) - optional
# =============================================================================
# These control the Python JobSpy scraper used by the pipeline.
JOBSPY_SITES=indeed,linkedin
JOBSPY_SEARCH_TERM=web developer
JOBSPY_LOCATION=UK
JOBSPY_RESULTS_WANTED=200
JOBSPY_HOURS_OLD=72

View File

@ -34,7 +34,7 @@ services:
- PIPELINE_MIN_SCORE=${PIPELINE_MIN_SCORE:-50}
# JobSpy (Indeed/LinkedIn scraping) - optional
- JOBSPY_SITES=${JOBSPY_SITES:-indeed,linkedin}
# Preferred: pipe-separated list, e.g. "web developer|frontend developer|react developer"
- JOBSPY_SEARCH_TERMS=${JOBSPY_SEARCH_TERMS:-web developer|graduate web developer|react developer|graduate software engineer|graduate react developer|next js developer|graduate front end developer}
- JOBSPY_LOCATION=${JOBSPY_LOCATION:-UK}