lasthourcloud/templates/compose/stirling-pdf.yaml

17 lines
519 B
YAML
Raw Normal View History

2024-01-04 12:03:46 +00:00
# documentation: https://github.com/Stirling-Tools/Stirling-PDF
# slogan: Stirling is a powerful web based PDF manipulation tool
# tags: pdf, manipulation, web, tool
2024-02-20 16:08:16 +00:00
# logo: svgs/stirling.png
2024-01-04 12:03:46 +00:00
services:
stirling-pdf:
image: frooodle/s-pdf:latest
volumes:
- stirling-training-data:/usr/share/tesseract-ocr/5/tessdata
- stirling-configs:/configs
- stirling-custom-files:/customFiles/
- stirling-logs:/logs/
environment:
- SERVICE_FQDN_SPDF
- DOCKER_ENABLE_SECURITY=false