frontend styling fixes
This commit is contained in:
@@ -663,7 +663,6 @@ services:
|
||||
image: stellaops/excititor:dev
|
||||
container_name: stellaops-excititor
|
||||
restart: unless-stopped
|
||||
profiles: ["code-fix-pending"] # Docker build error from prior session
|
||||
depends_on: *depends-infra
|
||||
environment:
|
||||
ASPNETCORE_URLS: "http://+:8080"
|
||||
@@ -673,6 +672,11 @@ services:
|
||||
Postgres__Excititor__SchemaName: "vex"
|
||||
Excititor__Concelier__BaseUrl: "http://concelier.stella-ops.local"
|
||||
Excititor__Storage__Driver: "postgres"
|
||||
ConnectionStrings__Redis: "cache.stella-ops.local:6379"
|
||||
# TenantAuthorityOptionsValidator requires BaseUrls dict with at least one entry
|
||||
Excititor__Authority__BaseUrls__default: "http://authority.stella-ops.local"
|
||||
# IssuerDirectoryClientOptions.Validate() requires BaseAddress
|
||||
IssuerDirectory__Client__BaseAddress: "http://issuerdirectory.stella-ops.local"
|
||||
volumes:
|
||||
- *cert-volume
|
||||
tmpfs:
|
||||
@@ -807,6 +811,8 @@ services:
|
||||
<<: *kestrel-cert
|
||||
STELLAOPS_POLICY_ENGINE_Postgres__Policy__ConnectionString: *postgres-connection
|
||||
STELLAOPS_POLICY_ENGINE_ConnectionStrings__Redis: "cache.stella-ops.local:6379"
|
||||
STELLAOPS_POLICY_ENGINE_PolicyEngine__ResourceServer__Authority: "http://authority.stella-ops.local"
|
||||
STELLAOPS_POLICY_ENGINE_PolicyEngine__ResourceServer__RequireHttpsMetadata: "false"
|
||||
volumes:
|
||||
- *cert-volume
|
||||
ports:
|
||||
@@ -832,6 +838,8 @@ services:
|
||||
<<: *kestrel-cert
|
||||
ConnectionStrings__Default: *postgres-connection
|
||||
ConnectionStrings__Redis: "cache.stella-ops.local:6379"
|
||||
PolicyGateway__ResourceServer__Authority: "http://authority.stella-ops.local"
|
||||
PolicyGateway__ResourceServer__RequireHttpsMetadata: "false"
|
||||
volumes:
|
||||
- *cert-volume
|
||||
ports:
|
||||
@@ -1625,6 +1633,8 @@ services:
|
||||
<<: *kestrel-cert
|
||||
ConnectionStrings__Default: *postgres-connection
|
||||
ConnectionStrings__Redis: "cache.stella-ops.local:6379"
|
||||
Authority__ResourceServer__Authority: "http://authority.stella-ops.local"
|
||||
Authority__ResourceServer__RequireHttpsMetadata: "false"
|
||||
volumes:
|
||||
- *cert-volume
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user