mirror of https://github.com/langgenius/dify.git
enhance: increase code timeout
This commit is contained in:
parent
260fef40c4
commit
0c409e2b9e
|
|
@ -61,6 +61,7 @@ services:
|
|||
# The DifySandbox configurations
|
||||
API_KEY: dify-sandbox
|
||||
GIN_MODE: 'release'
|
||||
WORKER_TIMEOUT: 15
|
||||
ports:
|
||||
- "8194:8194"
|
||||
|
||||
|
|
|
|||
|
|
@ -299,6 +299,7 @@ services:
|
|||
# The DifySandbox configurations
|
||||
API_KEY: dify-sandbox
|
||||
GIN_MODE: release
|
||||
WORKER_TIMEOUT: 15
|
||||
ports:
|
||||
- "8194:8194"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue