add wobisch.ch service

This commit is contained in:
2022-12-29 19:38:17 +01:00
parent ebb627658d
commit a7f240bf35
3 changed files with 191 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
http:
routers:
wobisch-web:
entrypoints:
- websecure
tls:
certresolver: "myresolver"
domains:
- main: "wo-bisch.ch"
sans: "www.wo-bisch.ch"
rule: "Host(`wo-bisch.ch`,`www.wo-bisch.ch`)"
service: wobisch-web
wobisch-lorahandler:
entrypoints:
- websecure
tls:
certresolver: "myresolver"
domains:
- main: "wo-bisch.ch"
sans: "www.wo-bisch.ch"
rule: "Host(`wo-bisch.ch`,`www.wo-bisch.ch`) && PathPrefix(`/lorahandler`)"
service: wobisch-lorahandler
services:
wobisch-web:
loadBalancer:
servers:
- url: http://127.0.0.1:9060/
passHostHeader: true
wobisch-lorahandler:
loadBalancer:
servers:
- url: http://127.0.0.1:9061/
passHostHeader: true