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:
@@ -30,7 +30,7 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "3002:3002"
|
||||
- "3443:3443"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./traefik.yml:/etc/traefik/traefik.yml:ro
|
||||
|
||||
Reference in New Issue
Block a user