chore: devops compose tweaks, playwright artifacts, sprint log updates
devops/compose: docker-compose.stella-ops.legacy.yml + docker-compose.stella-services.yml receive small service wiring updates. Playwright: refreshed auth-state/report fixtures from the latest integrations + setup-wizard + policy-runtime live runs. Includes a new playwright-report-integrations/ bundle. Docs: SPRINT_20260410_001 (runtime no-mocks) significantly expanded with additional NOMOCK tasks reflecting the Postgres-backed work shipped across Policy, Graph, Excititor, VexLens, Scanner, VexHub. SPRINT_20260413_004 (UI-only setup bootstrap closure) log updates. Gitignore: narrow the earlier `output/` rule to `/output/` so the tracked src/Web/StellaOps.Web/output/playwright fixtures continue to be picked up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1066,6 +1066,8 @@ services:
|
||||
ASPNETCORE_URLS: "http://+:8080"
|
||||
<<: [*kestrel-cert, *router-microservice-defaults, *gc-medium]
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Policy__ConnectionString: *postgres-connection
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Scheduler__ConnectionString: *postgres-connection
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Scheduler__SchemaName: "scheduler"
|
||||
STELLAOPS_POLICY_ENGINE_ConnectionStrings__Redis: "cache.stella-ops.local:6379"
|
||||
STELLAOPS_POLICY_ENGINE_PolicyEngine__ResourceServer__Authority: "https://authority.stella-ops.local/"
|
||||
STELLAOPS_POLICY_ENGINE_PolicyEngine__ResourceServer__MetadataAddress: "https://authority.stella-ops.local/.well-known/openid-configuration"
|
||||
|
||||
@@ -862,6 +862,8 @@ services:
|
||||
ASPNETCORE_URLS: "http://+:8080"
|
||||
<<: [*kestrel-cert, *router-microservice-defaults, *gc-medium]
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Policy__ConnectionString: "${STELLAOPS_POSTGRES_CONNECTION}"
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Scheduler__ConnectionString: "${STELLAOPS_POSTGRES_CONNECTION}"
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Scheduler__SchemaName: "scheduler"
|
||||
STELLAOPS_POLICY_ENGINE_ConnectionStrings__Redis: "cache.stella-ops.local:6379"
|
||||
STELLAOPS_POLICY_ENGINE_PolicyEngine__ResourceServer__Authority: "https://authority.stella-ops.local/"
|
||||
STELLAOPS_POLICY_ENGINE_PolicyEngine__ResourceServer__MetadataAddress: "https://authority.stella-ops.local/.well-known/openid-configuration"
|
||||
|
||||
Reference in New Issue
Block a user