mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
16 lines
227 B
TOML
16 lines
227 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
default_email = "${email}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "grist"
|
|
port = 8484
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
GRIST_DEFAULT_EMAIL = "${default_email}"
|
|
|
|
[[config.mounts]]
|
|
|