feat: expose Logto admin console on HTTPS via Traefik port 3002
All checks were successful
CI / build (push) Successful in 47s
CI / docker (push) Successful in 9s

Add admin-console entrypoint to Traefik with TLS termination.
Route port 3002 through Traefik to logto:3002. Update Logto
ADMIN_ENDPOINT to use HTTPS.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 23:49:39 +02:00
parent b3ac8a6bcc
commit 73388e15e2
3 changed files with 9 additions and 2 deletions

View File

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