lasthourcloud/templates/compose/stirling-pdf.yaml

23 lines
671 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-03-12 19:03:11 +00:00
# port: 8080
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:
2024-03-12 19:03:11 +00:00
- SERVICE_FQDN_SPDF_8080
2024-01-04 12:03:46 +00:00
- DOCKER_ENABLE_SECURITY=false
healthcheck:
2024-05-17 08:11:55 +00:00
test: 'curl --fail -I http://127.0.0.1:8080 || exit 1'
interval: 5s
timeout: 20s
retries: 10