mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
15 lines
231 B
TOML
15 lines
231 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
password = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "librespeed"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
PASSWORD = "${password}"
|
|
TZ = "UTC"
|
|
CUSTOM_RESULTS = "false"
|