leycloud/stirling-pdf.yml hinzugefügt
This commit is contained in:
parent
fbafc444cc
commit
bea33a9a77
|
|
@ -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
|
||||||
Loading…
Reference in New Issue