mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: dragonflydb env
This commit is contained in:
parent
822fb4d03d
commit
40f63e75dc
@ -1,14 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
my_password = "${password:32}"
|
||||
db_password = "${password:32}"
|
||||
any_helper = "${uuid}"
|
||||
|
||||
[config]
|
||||
env = [
|
||||
"DFDB_PASSWORD=${my_password}",
|
||||
"DFDB_HOST=${main_domain}",
|
||||
"DFDB_CLUSTER_ENABLED=${randomPort}",
|
||||
"DFDB_LOG_LEVEL=info"
|
||||
"DFLY_requirepass=${db_password}",
|
||||
]
|
||||
|
||||
[[config.domains]]
|
||||
|
Loading…
Reference in New Issue
Block a user