Update docker-compose.yml

This commit is contained in:
LRVT 2023-02-20 23:00:58 +01:00 committed by GitHub
parent f82eede7a4
commit 12a8cacc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ services:
- SECRET_DISABLE_USERS=false # Disable user registration
- SECRET_ENABLE_FILE_UPLOAD=true # Enable or disable file upload
- SECRET_FILE_SIZE=10 # Set the total allowed upload file size in mb
- SECRET_FORCED_LANGUAGE=de # Set the default language for the application
- SECRET_FORCED_LANGUAGE=en # Set the default language for the application
- SECRET_JWT_SECRET=!changeme! # Override this for the secret signin JWT tokens for log in
- SECRET_MAX_TEXT_SIZE=256 # The max text size for the secret. Is set in kb. i.e. 256 for 256kb
ports: