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
644cdfcb77
commit
a06feb6a99
12
blueprints/victoriametrics/template.toml
Normal file
12
blueprints/victoriametrics/template.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
retention_period = "90d"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "victoriametrics"
|
||||
port = 8428
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
RETENTION_PERIOD = "${retention_period}"
|
||||
Reference in New Issue
Block a user