From bea33a9a776c39b3d75ad10630353bdcd9866ad6 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 4 Mar 2026 19:01:32 +0100 Subject: [PATCH] =?UTF-8?q?leycloud/stirling-pdf.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leycloud/stirling-pdf.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 leycloud/stirling-pdf.yml diff --git a/leycloud/stirling-pdf.yml b/leycloud/stirling-pdf.yml new file mode 100644 index 0000000..56068da --- /dev/null +++ b/leycloud/stirling-pdf.yml @@ -0,0 +1,16 @@ +services: + stirling-pdf: + image: stirlingtools/stirling-pdf:latest + container_name: stirling-pdf + restart: unless-stopped + ports: + - "8084:8080" + volumes: + - /home/florian/docker/stirling-pdf/trainingData:/usr/share/tessdata # Für OCR-Sprachpakete + - /home/florian/docker/stirling-pdf/configs:/configs # HIER werden deine Einstellungen gespeichert! + environment: + - DOCKER_ENABLE_SECURITY=false + - SYSTEM_DEFAULTLOCALE=de-DE + - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false + - LANGS=de_DE + - JAVA_TOOL_OPTIONS=-Xmx512m # Begrenzt den Java-Speicher auf 512MB \ No newline at end of file