Add prebuilt docker-compose, .env.example, and prebuilt install docs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Copy to `.env` beside docker-compose.prebuilt.yml and fill in real values.
|
||||
# IMPORTANT: do NOT wrap values in quotes — the compose `environment:` list form
|
||||
# embeds the literal quotes, producing a malformed Authority that fails OIDC
|
||||
# metadata discovery (IDX20803).
|
||||
|
||||
# Image tag to run (default: latest)
|
||||
SPTB_TAG=latest
|
||||
|
||||
# OIDC app sign-in (required in Production). Authority is derived from TenantId.
|
||||
Oidc__TenantId=00000000-0000-0000-0000-000000000000
|
||||
Oidc__ClientId=00000000-0000-0000-0000-000000000000
|
||||
Oidc__ClientSecret=your-client-secret
|
||||
|
||||
# Optional: seed the first admin while the user store is empty (local form login).
|
||||
# Bootstrap__AdminEmail=admin@example.com
|
||||
# Bootstrap__AdminPassword=change-me
|
||||
Reference in New Issue
Block a user