Files
IPD-Monorepo/traefik.yml

29 lines
632 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

http:
routers:
id-app:
rule: "Host(`id.logidex.ru`)"
entryPoints:
- websecure
service: id-app
tls:
certResolver: default
oauth2-app:
rule: "Host(`oauth2.logidex.ru`)"
entryPoints:
- websecure
service: oauth2-app
tls:
certResolver: default
services:
id-app:
loadBalancer:
servers:
- url: "http://logidexid:80" # имя контейнера с NGINX внутри
oauth2-app:
loadBalancer:
servers:
- url: "http://logidexid:80" # имя контейнера с NGINX внутри