services: docling: image: quay.io/docling-project/docling-serve:latest expose: - "5001" environment: - DOCLING_SERVE_ENABLE_UI=${DOCLING_SERVE_ENABLE_UI:-true} - DOCLING_SERVE_API_KEY=${DOCLING_SERVE_API_KEY} healthcheck: test: ["CMD", "curl", "-f", "http://localhost:5001/health"] interval: 30s timeout: 10s retries: 3 restart: unless-stopped