mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 20:37:57 -05:00
11 lines
146 B
TOML
11 lines
146 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "dashy"
|
|
port = 8080
|
|
host = "${main_domain}" |