version: "3.7" services: app_proxy: environment: APP_HOST: stirling-pdf_app_1 APP_PORT: 8080 PROXY_AUTH_WHITELIST: "/api/*" app: image: frooodle/s-pdf:0.26.1@sha256:a5a8c2df471a760596dc3b2701a60af755a6fd63c85c73fa52c199b08504d584 # Stirling PDF does not work with a custom user #user: "1000:1000" restart: on-failure stop_grace_period: 1m volumes: # Required for extra OCR languages - ${APP_DATA_DIR}/data/tessdata:/usr/share/tessdata - ${APP_DATA_DIR}/data/configs:/configs - ${APP_DATA_DIR}/data/logs:/logs environment: # Not needed as Umbrel authenticates the user DOCKER_ENABLE_SECURITY: "false" INSTALL_BOOK_AND_ADVANCED_HTML_OPS: "true" LANGS: ALL