Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Remove the automatic download and ingestion of a PDF. #35

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ services:
- AWS_SESSION_TOKEN
- AWS_CREDENTIAL_EXPIRATION

### Optional profiles below here

sycamore_crawler_http_sort_one:
eric-anderson marked this conversation as resolved.
Show resolved Hide resolved
profiles: ['sort-one']
image: arynai/sycamore-crawler-http:${SYCAMORE_CRAWLER_HTTP_VERSION}
volumes:
- crawl_data:/app/.scrapy


### Optional profiles below here

sycamore_crawler_http_sort_all:
profiles: ['sort-all']
image: arynai/sycamore-crawler-http:${SYCAMORE_CRAWLER_HTTP_VERSION}
Expand Down