feat: HTTPS admin console on port 3443 via Traefik
Use separate port 3443 for TLS-terminated admin console access. Port 3002 stays directly mapped from logto in dev for Logto's internal OIDC self-discovery via ADMIN_ENDPOINT. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ entryPoints:
|
||||
websecure:
|
||||
address: ":443"
|
||||
admin-console:
|
||||
address: ":3002"
|
||||
address: ":3443"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user