mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
Create template.toml
This commit is contained in:
committed by
GitHub
parent
d157cef3c3
commit
355833ea32
12
blueprints/keydb/template.toml
Normal file
12
blueprints/keydb/template.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
keydb_password = "${password:16}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "keydb"
|
||||
port = 6379
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
KEYDB_PASSWORD = "${keydb_password}"
|
||||
Reference in New Issue
Block a user