added auth api svc

This commit is contained in:
2025-12-10 16:33:31 +05:30
parent bdd72afdfe
commit 5d7dee1473

View File

@@ -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: