mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
17 lines
245 B
TOML
17 lines
245 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
app_key = "${base64:32}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "speedtest-tracker"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
APP_KEY = "base64:${app_key}"
|
|
PUID = "1000"
|
|
PGID = "1000"
|