Fix Login page not displayed

This commit is contained in:
2025-10-03 10:25:37 +00:00
parent a2a4f07fa5
commit 5235965214
5 changed files with 19 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ services:
image: loredcast/filewizard:latest
build: .
#env_file:
# - .env
#- .env
environment:
- LOCAL_ONLY=True # set to False to enable OIDC auth (requires configuration in settings.yml)
- LOCAL_ONLY=False # set to False to enable OIDC auth (requires configuration in settings.yml)
- SECRET_KEY= # if using auth
- UPLOADS_DIR=/app/uploads
- UPLOADS_DIR=/app/uploads # directory structure INSIDE the container, not on host
- PROCESSED_DIR=/app/processed
- OMP_NUM_THREADS=1
#user: "1000:1000"