12 lines
266 B
YAML
12 lines
266 B
YAML
http:
|
|
routers:
|
|
gitea:
|
|
rule: "Host(`gitea.hemlabb.uk`)"
|
|
service: gitea
|
|
entryPoints:
|
|
- websecure
|
|
services:
|
|
gitea:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "https://gitea.lab:3000" # Replace with your service's address |