fix(auth): редирект на portal по runtime /api/auth/config при 401
Docker / build (push) Failing after 20s
Docker / build (push) Failing after 20s
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user