feat(oidc): add OIDC environment variables to Docker configuration

This commit is contained in:
SnapOtter
2026-05-13 19:07:33 +08:00
parent 42265af47b
commit 71496db6c5
3 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -273,7 +273,10 @@ ENV PORT=1349 \
SESSION_DURATION_HOURS=168 \
LOGIN_ATTEMPT_LIMIT=500 \
LOG_LEVEL=info \
TRUST_PROXY=true
TRUST_PROXY=true \
OIDC_ENABLED=false \
EXTERNAL_URL= \
COOKIE_SECRET=
# NVIDIA Container Toolkit env vars (harmless on non-GPU systems)
ENV NVIDIA_VISIBLE_DEVICES=all \