templates/blueprints/qdrant/template.toml
Arnab Mondal 9a6c191197
Some checks are pending
Deploy to Cloudflare Pages (Production) / Publish to Cloudflare Pages (push) Waiting to run
Validate Blueprints Structure and Meta / validate (push) Waiting to run
feat: working Qdrant template (#91)
* feat: working Qdrant template

* Fix: config

* fix: generate domain once
2025-04-26 01:27:47 -06:00

13 lines
186 B
TOML

[variables]
main_domain = "${domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "qdrant"
port = 6333
host = "${main_domain}"
[config.env]
QDRANT_API_KEY = "${password:32}"