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