mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: dragonfly template fix
This commit is contained in:
@@ -4,6 +4,12 @@ my_password = "${password:32}"
|
|||||||
any_helper = "${uuid}"
|
any_helper = "${uuid}"
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
env = [
|
||||||
|
"DFDB_PASSWORD=${my_password}",
|
||||||
|
"DFDB_HOST=${main_domain}",
|
||||||
|
"DFDB_CLUSTER_ENABLED=${randomPort}",
|
||||||
|
"DFDB_LOG_LEVEL=info"
|
||||||
|
]
|
||||||
|
|
||||||
[[config.domains]]
|
[[config.domains]]
|
||||||
serviceName = "dragonflydb"
|
serviceName = "dragonflydb"
|
||||||
@@ -11,12 +17,6 @@ port = 6379
|
|||||||
host = "${main_domain}"
|
host = "${main_domain}"
|
||||||
path = "/"
|
path = "/"
|
||||||
|
|
||||||
env = [
|
|
||||||
"DFDB_PASSWORD=${my_password}",
|
|
||||||
"DFDB_HOST=${main_domain}",
|
|
||||||
"DFDB_CLUSTER_ENABLED=${randomPort}",
|
|
||||||
"DFDB_LOG_LEVEL=info"
|
|
||||||
]
|
|
||||||
|
|
||||||
[[config.mounts]]
|
[[config.mounts]]
|
||||||
filePath = "/content/configuration.conf"
|
filePath = "/content/configuration.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user