fix: admin console via Traefik port 3002 without forced TLS
Remove tls=true from the logto-console router so the entrypoint accepts plain HTTP. Logto's internal self-calls via ADMIN_ENDPOINT use HTTP and pass through Traefik transparently. Browsers can access via HTTP on port 3002. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,6 @@ services:
|
||||
logto:
|
||||
ports:
|
||||
- "3001:3001"
|
||||
- "3002:3002"
|
||||
|
||||
cameleer-saas:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user