mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
14 lines
193 B
TOML
14 lines
193 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "penpot-frontend"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
DOMAIN_NAME = "${main_domain}"
|