diff --git a/blueprints/stirling/docker-compose.yml b/blueprints/stirling/docker-compose.yml index 27bd012..756b074 100644 --- a/blueprints/stirling/docker-compose.yml +++ b/blueprints/stirling/docker-compose.yml @@ -1,22 +1,20 @@ services: stirling-pdf: - image: frooodle/s-pdf:latest + image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest ports: - 8080 volumes: - - stirling_pdf_trainingdata:/usr/share/tessdata + - stirling_pdf_trainingdata:/usr/share/tessdata # Required for extra OCR languages - stirling_pdf_extraconfigs:/configs - stirling_pdf_customfiles:/customFiles/ - stirling_pdf_logs:/logs/ - stirling_pdf_pipeline:/pipeline/ environment: - DOCKER_ENABLE_SECURITY=false - - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false - LANGS=en_GB - volumes: stirling_pdf_trainingdata: stirling_pdf_extraconfigs: stirling_pdf_customfiles: stirling_pdf_logs: - stirling_pdf_pipeline: + stirling_pdf_pipeline: \ No newline at end of file