First traefik configuration

This commit is contained in:
Manuel Forcén Muñoz 2024-10-21 12:03:19 +02:00
commit 88d269f717
4 changed files with 256 additions and 0 deletions

12
configs/tcp.yml Normal file
View file

@ -0,0 +1,12 @@
tcp:
routers:
Inversor:
rule: "HostSNI(`*`)"
service: inversor
entryPoints:
- inversor
services:
inversor:
loadBalancer:
servers:
- address: "192.168.0.200:502"