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