leycloud/stirling-pdf.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 19:01:32 +01:00
parent fbafc444cc
commit bea33a9a77
1 changed files with 16 additions and 0 deletions

16
leycloud/stirling-pdf.yml Normal file
View File

@ -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