init
This commit is contained in:
commit
c33afaf8f0
21 changed files with 1690 additions and 0 deletions
13
docker/dify/dify-sandbox-conf/config.yaml
Normal file
13
docker/dify/dify-sandbox-conf/config.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
app:
|
||||
port: 8194
|
||||
debug: false
|
||||
key: dify-sandbox
|
||||
max_workers: 4
|
||||
max_requests: 50
|
||||
worker_timeout: 5
|
||||
python_path: /usr/local/bin/python3
|
||||
enable_network: true
|
||||
allowed_syscalls: []
|
||||
proxy:
|
||||
http: http://dify-ssrf-proxy:3128
|
||||
https: http://dify-ssrf-proxy:3128
|
||||
Loading…
Add table
Add a link
Reference in a new issue