Changed to official stirling image.

Migrated volumes from home directory to /srv/docker
This commit is contained in:
2026-01-06 10:04:28 -06:00
parent 8c785cf472
commit 9b4125a311

View File

@@ -1,16 +1,15 @@
version: '3.3'
services: services:
stirling-pdf: stirling-pdf:
image: frooodle/s-pdf:latest image: stirlingtools/stirling-pdf:latest
ports: ports:
- '8020:8080' - '8020:8080'
volumes: volumes:
- ~/home/mattspeer/docker/sterling-pdf/trainingData:/usr/share/tessdata #Required for extra OCR languages # - /srv/docker/sterling-pdf/trainingData:/usr/share/tessdata #Required for extra OCR languages
- ~/home/mattspeer/docker/sterling-pdf/extraConfigs:/configs - /srv/docker/sterling-pdf/configs:/configs
# - /location/of/logs:/logs/ # - /location/of/logs:/logs/
restart: unless-stopped restart: unless-stopped
environment: environment:
- DOCKER_ENABLE_SECURITY=false - SECURITY_ENABLELOGIN=true
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false # - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_US - LANGS=en_US