ansible/playbooks/apps/files/stirling-pdf/docker-compose.yaml
Gabriel Augendre 96a3245198
Some checks are pending
/ run ansible (push) Waiting to run
add stirling pdf
2024-12-17 20:30:32 +01:00

13 lines
404 B
YAML

services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
ports:
- '127.0.0.1:9012:8080'
volumes:
- ./trainingData:/usr/share/tessdata # Required for extra OCR languages
- ./extraConfigs:/configs
environment:
- DOCKER_ENABLE_SECURITY=true
- SECURITY_ENABLE_LOGIN=true
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB,fr_FR,en_US