homelab-infrastructure/leycloud/stirling-pdf.yml

16 lines
628 B
YAML

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