22 lines
557 B
YAML
22 lines
557 B
YAML
services:
|
|
|
|
stirling-pdf:
|
|
image: frooodle/s-pdf:latest
|
|
# ports:
|
|
# - '8080:8080'
|
|
networks:
|
|
- web
|
|
volumes:
|
|
- ${VOLUMES_PATH}/tools/stirling-pdf/trainingData:/usr/share/tesseract-ocr/5/tessdata #Required for extra OCR languages
|
|
- ${VOLUMES_PATH}/tools/stirling-pdf/extraConfigs:/configs
|
|
# - ${VOLUMES_PATH}/tools/stirling-pdf/customFiles:/customFiles/
|
|
# - ${VOLUMES_PATH}/tools/stirling-pdf/logs:/logs/
|
|
environment:
|
|
- DOCKER_ENABLE_SECURITY=false
|
|
|
|
|
|
networks:
|
|
paperless:
|
|
web:
|
|
external: true
|
|
|