Possible to send a header with docker run -i ... typesense/docsearch-scraper
? #45
Open
Description
I'm running typesense on fly.io, and using a github action to run typesense-docsearch-scraper via docker run -i ... typesense/docsearch-scraper
.
My typesense app runs on a couple of VM's, which are not an HA cluster, but operate as single-node clusters. I'd like to be able to target a specific VM when I run the scraper. On fly, the way to do that is to send a header with the request: Fly-Prefer-Region: <region-code>
Is there a method to include such a header when running the scraper?
Metadata
Assignees
Labels
No labels