chore(devops): dotnet release image + compose/bootstrap stabilization
Sprint SPRINT_20260417_024_DevOps_dotnet_release_image_stabilization. - Dockerfile.platform + Dockerfile.dotnet-service adjustments for deterministic layer ordering and cache-friendly publish. - devops/release/components.json updates. - devops/compose: .env, README, legacy + stella-services docker-compose, stellaops env example, postgres-init 04/04b/15/16 authority + release schemas, setup.bootstrap.local.yaml. - Gitea build_release.py script. - scripts/register-local-integrations.ps1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -148,6 +148,14 @@ curl -fsS http://127.1.1.3:8080/status
|
||||
docker compose -f docker-compose.stella-ops.yml logs -f scanner-web
|
||||
```
|
||||
|
||||
For the local compose setup flow, the template now includes `STELLAOPS_ADMIN_PASS=Admin@Stella2026!`.
|
||||
Use `admin` / `Admin@Stella2026!` to complete the first-run setup wizard and to run the live browser helpers under `src/Web/StellaOps.Web/scripts/`.
|
||||
Keep that value only for local/dev usage; override it before sharing the stack with anyone else.
|
||||
The live browser helpers intentionally ignore local self-signed/dev certificates
|
||||
for UI automation only. Product runtime TLS validation for advisory feeds,
|
||||
mirror sync, and other service-to-service calls remains strict and is not
|
||||
exempted by this local browser setting.
|
||||
|
||||
### Router Frontdoor Configuration
|
||||
|
||||
`router-gateway` uses the microservice-first route table in `router-gateway-local.json`,
|
||||
@@ -490,7 +498,7 @@ PLAYWRIGHT_BASE_URL=https://stella-ops.local \
|
||||
| `PLAYWRIGHT_BASE_URL` | `https://stella-ops.local` | Target Stella Ops instance |
|
||||
| `E2E_RUN_ID` | `run1` | Unique suffix for test integration names (avoids duplicates across runs) |
|
||||
| `STELLAOPS_ADMIN_USER` | `admin` | Login username |
|
||||
| `STELLAOPS_ADMIN_PASS` | `Admin@Stella2026!` | Login password |
|
||||
| `STELLAOPS_ADMIN_PASS` | `Admin@Stella2026!` | Local compose default password for the administrator account created during setup |
|
||||
|
||||
**Key files:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user