mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-05 22:15:23 +02:00
17 lines
302 B
TOML
17 lines
302 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
encryption_key = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "qbitwebui"
|
|
port = 3000
|
|
host = "${main_domain}"
|
|
path = "/"
|
|
|
|
[config.env]
|
|
ENCRYPTION_KEY = "${encryption_key}"
|
|
PORT = "3000"
|
|
DATABASE_PATH = "/data/qbitwebui.db"
|
|
SALT_PATH = "/data/.salt"
|