Merge pull request #4385 from gigor/main
Fixes wrong variable name in supabase template
This commit is contained in:
commit
be7fc0d634
1 changed files with 1 additions and 1 deletions
|
|
@ -1139,7 +1139,7 @@ services:
|
|||
- UPLOAD_SIGNED_URL_EXPIRATION_TIME=120
|
||||
- TUS_URL_PATH=/upload/resumable
|
||||
- TUS_MAX_SIZE=3600000
|
||||
- IMAGE_TRANSFORMATION_ENABLED=true
|
||||
- ENABLE_IMAGE_TRANSFORMATION=true
|
||||
- IMGPROXY_URL=http://imgproxy:8080
|
||||
- IMGPROXY_REQUEST_TIMEOUT=15
|
||||
- DATABASE_SEARCH_PATH=storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue