mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 07:55:53 +08:00
chore: upgrade sandbox (#4839)
This commit is contained in:
parent
cdbc260571
commit
f916aa0f92
1
.github/workflows/api-tests.yml
vendored
1
.github/workflows/api-tests.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- api/**
|
- api/**
|
||||||
|
- docker/**
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: api-tests-${{ github.head_ref || github.run_id }}
|
group: api-tests-${{ github.head_ref || github.run_id }}
|
||||||
|
@ -53,7 +53,7 @@ services:
|
|||||||
|
|
||||||
# The DifySandbox
|
# The DifySandbox
|
||||||
sandbox:
|
sandbox:
|
||||||
image: langgenius/dify-sandbox:0.2.0
|
image: langgenius/dify-sandbox:0.2.1
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# The DifySandbox configurations
|
# The DifySandbox configurations
|
||||||
@ -65,6 +65,7 @@ services:
|
|||||||
ENABLE_NETWORK: 'true'
|
ENABLE_NETWORK: 'true'
|
||||||
HTTP_PROXY: 'http://ssrf_proxy:3128'
|
HTTP_PROXY: 'http://ssrf_proxy:3128'
|
||||||
HTTPS_PROXY: 'http://ssrf_proxy:3128'
|
HTTPS_PROXY: 'http://ssrf_proxy:3128'
|
||||||
|
SANDBOX_PORT: 8194
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/sandbox/dependencies:/dependencies
|
- ./volumes/sandbox/dependencies:/dependencies
|
||||||
networks:
|
networks:
|
||||||
|
@ -389,7 +389,7 @@ services:
|
|||||||
|
|
||||||
# The DifySandbox
|
# The DifySandbox
|
||||||
sandbox:
|
sandbox:
|
||||||
image: langgenius/dify-sandbox:0.2.0
|
image: langgenius/dify-sandbox:0.2.1
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# The DifySandbox configurations
|
# The DifySandbox configurations
|
||||||
@ -401,6 +401,7 @@ services:
|
|||||||
ENABLE_NETWORK: 'true'
|
ENABLE_NETWORK: 'true'
|
||||||
HTTP_PROXY: 'http://ssrf_proxy:3128'
|
HTTP_PROXY: 'http://ssrf_proxy:3128'
|
||||||
HTTPS_PROXY: 'http://ssrf_proxy:3128'
|
HTTPS_PROXY: 'http://ssrf_proxy:3128'
|
||||||
|
SANDBOX_PORT: 8194
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/sandbox/dependencies:/dependencies
|
- ./volumes/sandbox/dependencies:/dependencies
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user