mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-17 03:45:30 +02:00
15 lines
279 B
TOML
15 lines
279 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "duplicati"
|
|
port = 8200
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
TZ = "Europe/Vienna"
|
|
APP_RELEASE = "2.3.0"
|
|
SETTINGS_ENCRYPTION_KEY = "${password:32}"
|
|
DUPLICATI__WEBSERVICE_PASSWORD = "${password:16}"
|