mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
12 lines
146 B
TOML
12 lines
146 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = {}
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "web"
|
|
port = 8_069
|
|
host = "${main_domain}"
|