added stirlingpdf

This commit is contained in:
dominikhoebert
2024-08-02 11:00:20 +02:00
parent 8a0976771b
commit 2956d02924
3 changed files with 30 additions and 1 deletions

27
stirlingpdf/compose.yml Normal file
View File

@@ -0,0 +1,27 @@
# https://stirlingtools.com/
# https://stirlingpdf.io/
# Your locally hosted one-stop-shop for all your PDF needs
name: stirlingpdf
services:
stirling-pdf:
image: frooodle/s-pdf:latest
container_name: stirlingpdf
ports:
- '8092:8080'
volumes:
- ./trainingData:/usr/share/tessdata #Required for extra OCR languages
- ./configs:/configs
# - /location/of/customFiles:/customFiles/
# - /location/of/logs:/logs/
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=de_DE
networks:
- proxy
networks:
proxy:
external: true