From c76e1f12b3e60378fd926cc4b75404d6e4eaf4bf Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Sat, 27 Jun 2026 13:30:26 +0000 Subject: [PATCH] rename thinkstation/ to jgpc/ - remove thinkstation/stirling-pdf/docker-compose.yml --- thinkstation/stirling-pdf/docker-compose.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 thinkstation/stirling-pdf/docker-compose.yml diff --git a/thinkstation/stirling-pdf/docker-compose.yml b/thinkstation/stirling-pdf/docker-compose.yml deleted file mode 100644 index ed0320c..0000000 --- a/thinkstation/stirling-pdf/docker-compose.yml +++ /dev/null @@ -1,18 +0,0 @@ -services: - stirling-pdf: - image: stirlingtools/stirling-pdf:latest - container_name: stirling-pdf - ports: - - "8081:8080" - volumes: - - /srv/docker/stirling-pdf/trainingData:/usr/share/tessdata - - /srv/docker/stirling-pdf/configs:/configs - - /srv/docker/stirling-pdf/customFiles:/customFiles - - /srv/docker/stirling-pdf/logs:/logs - environment: - - DOCKER_ENABLE_SECURITY=false - - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false - - LANGS=en_GB - - SECURITY_INITIALLOGIN_USERNAME=admin - - SECURITY_INITIALLOGIN_PASSWORD=stirling - restart: unless-stopped