11 lines
284 B
TOML
11 lines
284 B
TOML
|
[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/"
|