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

18 lines
398 B
YAML

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