mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* feat: add docling-serve template for document processing * updated for the build issues
16 lines
255 B
TOML
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]]
|