fix(auth): редирект на portal по runtime /api/auth/config при 401
Docker / build (push) Failing after 20s

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-18 13:49:36 +07:00
co-authored by Cursor
parent 84cc800d54
commit 812aa614df
7 changed files with 144 additions and 42 deletions
+4
View File
@@ -8,6 +8,10 @@ services:
environment:
PORT: "3001"
RUNTIME: "fastify"
AUTH_REQUIRED: ${AUTH_REQUIRED:-false}
AUTH_JWT_SECRET: ${AUTH_JWT_SECRET:-dev-secret-change-me}
AUTH_ISSUER: ${AUTH_ISSUER:-https://auth.shnt.top}
AUTH_PORTAL_URL: ${AUTH_PORTAL_URL:-http://localhost:8080}
volumes:
- ./data:/app/data