18 lines
493 B
YAML
18 lines
493 B
YAML
---
|
|
version: "3.8"
|
|
services:
|
|
stirling-pdf:
|
|
image: frooodle/s-pdf:latest
|
|
container_name: stirling-pdf
|
|
ports:
|
|
- 8081:8080
|
|
volumes:
|
|
- ./stirling-pdf/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages
|
|
- ./stirling-pdf/extraConfigs:/configs
|
|
- ./stirling-pdf/customFiles:/customFiles/
|
|
environment:
|
|
- DOCKER_ENABLE_SECURITY=false
|
|
restart: always
|
|
labels:
|
|
- com.centurylinklabs.watchtower.enable=true
|