Added stirling pdf to stack

This commit is contained in:
2024-09-23 12:19:14 -06:00
parent c11b90f04e
commit 50138230b4
4 changed files with 57 additions and 1 deletions

View File

@ -0,0 +1,18 @@
version: '3.3'
services:
stirlingpdf:
image: frooodle/s-pdf:latest
volumes:
- ./trainingData:/usr/share/tessdata #Required for extra OCR languages
- ./extraConfigs:/configs
# - ./customFiles:/customFiles/
# - ./logs:/logs/
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB
networks:
default:
external: true
name: lava