mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
14 lines
238 B
TOML
14 lines
238 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "gitea-mirror"
|
|
port = 4_321
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
BETTER_AUTH_SECRET = "${base64:64}"
|
|
BETTER_AUTH_URL = "https://${main_domain}" |