add stirling
This commit is contained in:
parent
80e64d9e9c
commit
2cdf82a591
1 changed files with 14 additions and 0 deletions
14
stirlingpdf/compose.yml
Normal file
14
stirlingpdf/compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
stirling-pdf:
|
||||
image: stirlingtools/stirling-pdf:latest
|
||||
ports:
|
||||
- '30027:8080'
|
||||
volumes:
|
||||
- /opt/stirlingpdf/trainingData:/usr/share/tessdata # Required for extra OCR languages
|
||||
- /opt/stirlingpdf/extraConfigs:/configs
|
||||
- /opt/stirlingpdf/customFiles:/customFiles/
|
||||
- /opt/stirlingpdf/logs:/logs/
|
||||
- /opt/stirlingpdf/pipeline:/pipeline/
|
||||
environment:
|
||||
- DOCKER_ENABLE_SECURITY=false
|
||||
- LANGS=fr_FR
|
Loading…
Add table
Reference in a new issue