added auth api svc
This commit is contained in:
@@ -278,6 +278,14 @@ http:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
auth-api-http:
|
||||
rule: "Host(`auth.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
# ----------------------
|
||||
# HTTPS routers
|
||||
# ----------------------
|
||||
@@ -520,6 +528,14 @@ http:
|
||||
middlewares:
|
||||
- websocket-headers
|
||||
|
||||
auth-api:
|
||||
rule: "Host(`auth.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: auth-api-svc
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
services:
|
||||
# ----------------------
|
||||
# HTTP Services
|
||||
@@ -648,6 +664,11 @@ http:
|
||||
servers:
|
||||
- url: "http://server-pi:9002"
|
||||
|
||||
auth-api-svc:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://server-pi:9003"
|
||||
|
||||
nakama-svc:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
||||
Reference in New Issue
Block a user