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