chore(docker): add default for MAX_VARIABLE_SIZE in docker-compose (#9798)

This commit is contained in:
-LAN- 2024-10-24 21:52:48 +08:00 committed by GitHub
parent 70ddc0ce43
commit 6477bb8d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -630,6 +630,7 @@ CODE_MAX_NUMBER_ARRAY_LENGTH=1000
WORKFLOW_MAX_EXECUTION_STEPS=500
WORKFLOW_MAX_EXECUTION_TIME=1200
WORKFLOW_CALL_MAX_DEPTH=5
MAX_VARIABLE_SIZE=204800
# HTTP request node in workflow configuration
HTTP_REQUEST_NODE_MAX_BINARY_SIZE=10485760

View File

@ -237,6 +237,7 @@ x-shared-env: &shared-api-worker-env
POSITION_PROVIDER_PINS: ${POSITION_PROVIDER_PINS:-}
POSITION_PROVIDER_INCLUDES: ${POSITION_PROVIDER_INCLUDES:-}
POSITION_PROVIDER_EXCLUDES: ${POSITION_PROVIDER_EXCLUDES:-}
MAX_VARIABLE_SIZE: ${MAX_VARIABLE_SIZE:-204800}
services:
# API service