templates/blueprints/forgejo/template.toml
2025-03-31 16:28:43 -07:00

12 lines
182 B
TOML

[variables]
main_domain = "${domain}"
[config]
env = ["USER_UID=1000", "USER_GID=1000"]
mounts = []
[[config.domains]]
serviceName = "forgejo"
port = 3_000
host = "${main_domain}"