# SPDX-FileCopyrightText: 2022 James R. Barlow # SPDX-License-Identifier: MIT --- version: "3.3" services: ocrmypdf: restart: always container_name: ocrmypdf image: jbarlow83/ocrmypdf volumes: - "/media/scan:/input" - "/mnt/scan:/output" environment: - OCR_OUTPUT_DIRECTORY_YEAR_MONTH=0 user: ":" entrypoint: python3 command: watcher.py