mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
Update docker-compose.yml
This commit is contained in:
parent
f82eede7a4
commit
12a8cacc9d
|
@ -14,7 +14,7 @@ services:
|
||||||
- SECRET_DISABLE_USERS=false # Disable user registration
|
- SECRET_DISABLE_USERS=false # Disable user registration
|
||||||
- SECRET_ENABLE_FILE_UPLOAD=true # Enable or disable file upload
|
- SECRET_ENABLE_FILE_UPLOAD=true # Enable or disable file upload
|
||||||
- SECRET_FILE_SIZE=10 # Set the total allowed upload file size in mb
|
- 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_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
|
- SECRET_MAX_TEXT_SIZE=256 # The max text size for the secret. Is set in kb. i.e. 256 for 256kb
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user