added games routing
This commit is contained in:
@@ -81,6 +81,14 @@ http:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
games-http:
|
||||
rule: "Host(`games.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
# Dashboard
|
||||
traefik-dashboard-http:
|
||||
rule: "Host(`traefik.aetoskia.com`)"
|
||||
@@ -273,6 +281,14 @@ http:
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
games:
|
||||
rule: "Host(`games.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: games-svc
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
# Dashboard
|
||||
traefik-dashboard:
|
||||
rule: "Host(`traefik.aetoskia.com`)"
|
||||
@@ -489,6 +505,12 @@ http:
|
||||
servers:
|
||||
- url: "http://server-pi:3002"
|
||||
|
||||
# Games
|
||||
games-svc:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://server-pi:3003"
|
||||
|
||||
# Media
|
||||
plex-svc:
|
||||
loadBalancer:
|
||||
|
||||
Reference in New Issue
Block a user