mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
13 lines
186 B
TOML
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}" |