From 2cdf82a59179515de0a6c753d4af1e1dd1a913ba Mon Sep 17 00:00:00 2001 From: rick <rick@gnous.eu> Date: Thu, 23 Jan 2025 22:07:45 +0100 Subject: [PATCH] add stirling --- stirlingpdf/compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stirlingpdf/compose.yml diff --git a/stirlingpdf/compose.yml b/stirlingpdf/compose.yml new file mode 100644 index 0000000..1a3f9c8 --- /dev/null +++ b/stirlingpdf/compose.yml @@ -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