homelab-docker-compose/stirling-pdf/docker-compose.yaml
2025-08-19 16:52:22 +00:00

22 lines
633 B
YAML

services:
stirling-pdf:
container_name: stirling-pdf
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest
ports:
- 8184:8080
volumes:
- stirlingpdf_trainingData:/usr/share/tessdata # Required for extra OCR languages
- stirlingpdf_extraConfigs:/configs
- stirlingpdf_customFiles:/customFiles/
- stirlingpdf_logs:/logs/
- stirlingpdf_pipeline:/pipeline/
environment:
- DISABLE_ADDITIONAL_FEATURES=false
- LANGS=en_GB
volumes:
stirlingpdf_trainingData:
stirlingpdf_extraConfigs:
stirlingpdf_customFiles:
stirlingpdf_logs:
stirlingpdf_pipeline: