gitea-container/examples/gitea.toml

11 lines
284 B
TOML
Raw Permalink Normal View History

2022-09-11 13:03:29 +00:00
[http]
[http.routers]
[http.routers.gitea]
entryPoints = ["http"]
rule = "Host(`gitea.localhost`)"
service = "gitea"
[http.services]
[http.services.gitea.loadBalancer]
[[http.services.gitea.loadBalancer.servers]]
url = "http://gitea:3000/"