Add stirling-pdf
This commit is contained in:
17
stirling-pdf/docker-compose.yml
Normal file
17
stirling-pdf/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
stirling-pdf:
|
||||||
|
image: stirlingtools/stirling-pdf:0.46.2-fat
|
||||||
|
container_name: stirling-pdf
|
||||||
|
environment:
|
||||||
|
- DOCKER_ENABLE_SECURITY=${DOCKER_ENABLE_SECURITY}
|
||||||
|
- SECURITY_ENABLELOGIN=${SECURITY_ENABLELOGIN}
|
||||||
|
- LANGS=${LANGS}
|
||||||
|
ports:
|
||||||
|
- "${PORT}:8080"
|
||||||
|
volumes:
|
||||||
|
- ${APPDATA_DATA}/stirling-pdf/training_data:/usr/share/tessdata
|
||||||
|
- ${APPDATA_DATA}/stirling-pdf/config:/configs
|
||||||
|
- ${APPDATA_DATA}/stirling-pdf/custom_files:/customFiles/
|
||||||
|
- ${APPDATA_DATA}/stirling-pdf/logs:/logs/
|
||||||
|
- ${APPDATA_DATA}/stirling-pdf/pipeline:/pipeline/
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user