forked from AmIBeingObtuse/Youtubestacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStirling PDF Compose
19 lines (17 loc) · 997 Bytes
/
Stirling PDF Compose
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: '3.3'
services:
stirling-pdf:
image: frooodle/s-pdf:latest
ports:
- '9666:8080'
volumes:
- C:\Users\keith\Documents\Docker Stuff\Stirling PDF\trainingData:/usr/share/tesseract-ocr/5/tessdata # Required for extra OCR languages
- C:\Users\keith\Documents\Docker Stuff\Stirling PDF\extraConfigs:/configs
- C:\Users\keith\Documents\Docker Stuff\Stirling PDF\customFiles:/customFiles/
- C:\Users\keith\Documents\Docker Stuff\Stirling PDF\logs:/logs/
environment:
- DOCKER_ENABLE_SECURITY=true # Required for authentication
- SECURITY_ENABLE_LOGIN=true # Required for authentication
# If you don't use the below EV options, the default username will be: admin and the default password will be: stirling.
#- SECURITY_INITIALLOGIN_USERNAME= # Required for authentication - remove after creation of the user.
#- SECURITY_INITIALLOGIN_PASSWORD= # Required for authentication - remove after creation of the user.