mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
15 lines
218 B
TOML
15 lines
218 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
admin_password = "${password:24}"
|
|
|
|
[config]
|
|
env = [
|
|
"ADMIN_PASSWORD=${admin_password}",
|
|
]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "cut"
|
|
port = 3000
|
|
host = "${main_domain}"
|