Files
templates/blueprints/docling-serve/template.toml
Harikrishnan Dhanasekaran cb04094d45 Feat: Add Docling-Serve Template for Document Processing -#464 (#465)
* feat: add docling-serve template for document processing

* updated for the build issues
2025-10-25 17:29:13 -06:00

16 lines
255 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "docling-serve"
port = 5001
host = "${main_domain}"
[config.env]
DOCLING_SERVE_ENABLE_UI = "1"
DOCLING_SERVE_HOST = "0.0.0.0"
DOCLING_SERVE_PORT = "5001"
[[config.mounts]]