mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
14 lines
201 B
TOML
14 lines
201 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "storyden"
|
|
port = 8000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
STORYDEN_FQDN = "http://${main_domain}"
|
|
|
|
[[config.mounts]]
|