mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
13 lines
210 B
TOML
13 lines
210 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
keydb_password = "${password:16}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "keydb"
|
|
port = 6379
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
KEYDB_PASSWORD = "${keydb_password}"
|