feat: HTTPS admin console on port 3443 via Traefik
All checks were successful
CI / build (push) Successful in 48s
CI / docker (push) Successful in 7s

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:
hsiegeln
2026-04-07 00:18:16 +02:00
parent 04a2b41326
commit 6497b59c55
3 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ services:
logto:
ports:
- "3001:3001"
- "3002:3002"
cameleer-saas:
ports: