mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-24 23:35:25 +02:00
21 lines
376 B
TOML
21 lines
376 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
app_key = "base64:${base64:32}"
|
|
|
|
[config]
|
|
env = [
|
|
"APP_KEY=${app_key}",
|
|
"APP_URL=https://${main_domain}",
|
|
"DB_CONNECTION=sqlite",
|
|
"PUID=1000",
|
|
"PGID=1000",
|
|
"TZ=Etc/UTC",
|
|
"DISPLAY_TIMEZONE=Etc/UTC",
|
|
"SPEEDTEST_SCHEDULE=0 */6 * * *",
|
|
]
|
|
|
|
[[config.domains]]
|
|
serviceName = "speedtest-tracker"
|
|
port = 80
|
|
host = "${main_domain}"
|