services: stirling-pdf: image: ghcr.io/stirling-tools/stirling-pdf:latest container_name: stirling-pdf restart: unless-stopped environment: - DOCKER_ENABLE_SECURITY=false - LANGS=${LANGS:-en_GB,de_DE} ports: - "${HTTP_PORT:-8092}:8080" volumes: - ${DATA_PATH:-/srv/stirling-pdf}/configs:/configs - ${DATA_PATH:-/srv/stirling-pdf}/tessdata:/usr/share/tessdata