mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-11 00:45:26 +02:00
14 lines
209 B
TOML
14 lines
209 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
password = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "code-server"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
PASSWORD = "${password}"
|
|
TZ = "UTC"
|