mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Merge pull request #12 from ch1lam/patch-1
fix: Stirling PDF template is outdated.
This commit is contained in:
parent
10ca5bedcb
commit
7fc3f85015
@ -1,22 +1,20 @@
|
|||||||
services:
|
services:
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
image: frooodle/s-pdf:latest
|
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
volumes:
|
volumes:
|
||||||
- stirling_pdf_trainingdata:/usr/share/tessdata
|
- stirling_pdf_trainingdata:/usr/share/tessdata # Required for extra OCR languages
|
||||||
- stirling_pdf_extraconfigs:/configs
|
- stirling_pdf_extraconfigs:/configs
|
||||||
- stirling_pdf_customfiles:/customFiles/
|
- stirling_pdf_customfiles:/customFiles/
|
||||||
- stirling_pdf_logs:/logs/
|
- stirling_pdf_logs:/logs/
|
||||||
- stirling_pdf_pipeline:/pipeline/
|
- stirling_pdf_pipeline:/pipeline/
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_ENABLE_SECURITY=false
|
- DOCKER_ENABLE_SECURITY=false
|
||||||
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
|
||||||
- LANGS=en_GB
|
- LANGS=en_GB
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
stirling_pdf_trainingdata:
|
stirling_pdf_trainingdata:
|
||||||
stirling_pdf_extraconfigs:
|
stirling_pdf_extraconfigs:
|
||||||
stirling_pdf_customfiles:
|
stirling_pdf_customfiles:
|
||||||
stirling_pdf_logs:
|
stirling_pdf_logs:
|
||||||
stirling_pdf_pipeline:
|
stirling_pdf_pipeline:
|
Loading…
Reference in New Issue
Block a user