env variables for MSAL added to docker compose
This commit is contained in:
parent
f59f5cf93b
commit
d4417acd35
1 changed files with 16 additions and 0 deletions
|
|
@ -118,6 +118,14 @@ services:
|
|||
EMAIL_FROM: ${EMAIL_FROM:-noreply@ai-sandbox.oliver.solutions}
|
||||
CLIENT_BASE_URL: ${CLIENT_BASE_URL:-https://ai-sandbox.oliver.solutions/video-accessibility}
|
||||
|
||||
# Microsoft Authentication
|
||||
AZURE_CLIENT_ID: ${AZURE_CLIENT_ID:-}
|
||||
AZURE_AUTHORITY: ${AZURE_AUTHORITY:-}
|
||||
AZURE_REDIRECT_URI: ${AZURE_REDIRECT_URI:-}
|
||||
|
||||
# CORS
|
||||
CORS_ORIGINS: ${CORS_ORIGINS:-http://localhost:6001,http://localhost:5173,http://localhost:3000}
|
||||
|
||||
# Observability
|
||||
SENTRY_DSN: ${SENTRY_DSN:-}
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT: ${OTEL_EXPORTER_OTLP_ENDPOINT:-}
|
||||
|
|
@ -185,6 +193,14 @@ services:
|
|||
EMAIL_FROM: ${EMAIL_FROM:-noreply@ai-sandbox.oliver.solutions}
|
||||
CLIENT_BASE_URL: ${CLIENT_BASE_URL:-https://ai-sandbox.oliver.solutions/video-accessibility}
|
||||
|
||||
# Microsoft Authentication
|
||||
AZURE_CLIENT_ID: ${AZURE_CLIENT_ID:-}
|
||||
AZURE_AUTHORITY: ${AZURE_AUTHORITY:-}
|
||||
AZURE_REDIRECT_URI: ${AZURE_REDIRECT_URI:-}
|
||||
|
||||
# CORS
|
||||
CORS_ORIGINS: ${CORS_ORIGINS:-http://localhost:6001,http://localhost:5173,http://localhost:3000}
|
||||
|
||||
# Observability
|
||||
SENTRY_DSN: ${SENTRY_DSN:-}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue