feat(servicedefaults): add SeqOptions configuration and integrate with OpenTelemetry logging and tracing

This commit is contained in:
Stevan Freeborn
2026-03-11 18:52:05 -05:00
parent e30f19e939
commit 64c64e8d95
6 changed files with 66 additions and 3 deletions
+3
View File
@@ -27,6 +27,9 @@ services:
- PlaidClientOptions__ClientId=${PLAID_CLIENT_ID}
- PlaidClientOptions__Secret=${PLAID_SECRET}
- PlaidClientOptions__Webhook=${PLAID_WEBHOOK}
- SeqOptions__ServerUrl=${SEQ_SERVER_URL}
- SeqOptions__ApiKeyHeader=${SEQ_API_KEY_HEADER}
- SeqOptions__ApiKey=${SEQ_API_KEY}
volumes:
- ./data:/data
- ./keys:/keys