templates/blueprints/stirling/docker-compose.yml
chilam 7fc3f85015
Merge pull request #12 from ch1lam/patch-1
fix: Stirling PDF template is outdated.
2025-04-12 01:56:16 -06:00

20 lines
598 B
YAML

services:
stirling-pdf:
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest
ports:
- 8080
volumes:
- stirling_pdf_trainingdata:/usr/share/tessdata # Required for extra OCR languages
- stirling_pdf_extraconfigs:/configs
- stirling_pdf_customfiles:/customFiles/
- stirling_pdf_logs:/logs/
- stirling_pdf_pipeline:/pipeline/
environment:
- DOCKER_ENABLE_SECURITY=false
- LANGS=en_GB
volumes:
stirling_pdf_trainingdata:
stirling_pdf_extraconfigs:
stirling_pdf_customfiles:
stirling_pdf_logs:
stirling_pdf_pipeline: