mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-30 06:22:13 -05: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}" |