mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added stirlingpdf
This commit is contained in:
parent
8a0976771b
commit
2956d02924
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,3 +38,5 @@ pinchflat/downloads/
|
|||||||
netalertx/logs/
|
netalertx/logs/
|
||||||
netalertx/db/
|
netalertx/db/
|
||||||
netalertx/config/
|
netalertx/config/
|
||||||
|
stirlingpdf/trainingData/
|
||||||
|
stirlingpdf/configs/
|
||||||
|
@ -71,7 +71,7 @@ docker network create --driver bridge proxy
|
|||||||
- pinchflat 8945
|
- pinchflat 8945
|
||||||
- netalertx 20211 test on windows
|
- netalertx 20211 test on windows
|
||||||
- netdata 19999 test on windows
|
- netdata 19999 test on windows
|
||||||
- stirlingpdf
|
- stirlingpdf 8092
|
||||||
- redis
|
- redis
|
||||||
- tinyfilemanager
|
- tinyfilemanager
|
||||||
- vaultwarden
|
- vaultwarden
|
||||||
|
27
stirlingpdf/compose.yml
Normal file
27
stirlingpdf/compose.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# https://stirlingtools.com/
|
||||||
|
# https://stirlingpdf.io/
|
||||||
|
# Your locally hosted one-stop-shop for all your PDF needs
|
||||||
|
|
||||||
|
name: stirlingpdf
|
||||||
|
services:
|
||||||
|
stirling-pdf:
|
||||||
|
image: frooodle/s-pdf:latest
|
||||||
|
container_name: stirlingpdf
|
||||||
|
ports:
|
||||||
|
- '8092:8080'
|
||||||
|
volumes:
|
||||||
|
- ./trainingData:/usr/share/tessdata #Required for extra OCR languages
|
||||||
|
- ./configs:/configs
|
||||||
|
# - /location/of/customFiles:/customFiles/
|
||||||
|
# - /location/of/logs:/logs/
|
||||||
|
environment:
|
||||||
|
- DOCKER_ENABLE_SECURITY=false
|
||||||
|
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
||||||
|
- LANGS=de_DE
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user