source-repo/traefik/dynamic/web/gitea.yml

18 lines
400 B
YAML

http:
routers:
gitea:
entryPoints:
- "websecure"
rule: "Host(`git.semyeongsoft.com`)"
tls:
certResolver: smsoft-dns-challenge
domains:
- main: "semyeongsoft.com"
sans:
- "*.semyeongsoft.com"
service: "gitea"
services:
gitea:
loadbalancer:
servers:
- url: "http://10.10.20.50:3000"