mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
14 lines
212 B
TOML
14 lines
212 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "homepage"
|
|
port = 3000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
HOMEPAGE_ALLOWED_HOSTS = "${main_domain}"
|
|
PUID = "1000"
|
|
PGID = "1000"
|