forked from lsmyrnaios/UrlsController
Place the "workerReports" and the "bulkImportReports" dirs inside the "reports" parent-directory.
This commit is contained in:
parent
cd1fb0af88
commit
8b5f143b0a
|
@ -20,11 +20,8 @@ services:
|
|||
source: /mnt/bulk_import
|
||||
target: /mnt/bulk_import
|
||||
- type: bind
|
||||
source: $HOME/workerReports
|
||||
target: /workerReports
|
||||
- type: bind
|
||||
source: $HOME/bulkImportReports
|
||||
target: /bulkImportReports
|
||||
source: $HOME/reports
|
||||
target: /reports # This will contain the "workerReports" and "bulkImportReports" subdirectories.
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
context: .
|
||||
|
|
|
@ -20,7 +20,7 @@ services:
|
|||
assignmentLimit: 10000
|
||||
maxAttemptsPerRecord: 3
|
||||
baseFilesLocation: tmp/
|
||||
workerReportsDirPath: /workerReports/
|
||||
workerReportsDirPath: /reports/workerReports/
|
||||
parquetLocalDirectoryPath: ${services.pdfaggregation.controller.baseFilesLocation}parquetFiles/
|
||||
s3:
|
||||
endpoint: XA
|
||||
|
@ -34,7 +34,7 @@ services:
|
|||
|
||||
bulkImport:
|
||||
baseBulkImportLocation: /mnt/bulk_import/
|
||||
bulkImportReportLocation: /bulkImportReports/
|
||||
bulkImportReportLocation: /reports/bulkImportReports/
|
||||
bulkImportSources: # These sources are accepted for bulk-import requests and are excluded from crawling.
|
||||
arxivImport:
|
||||
datasourceID: opendoar____::6f4922f45568161a8cdf4ad2299f6d23
|
||||
|
|
Loading…
Reference in New Issue