Explorar el Código

chore: upgrade sandbox (#4839)

tags/0.6.10
Yeuoly hace 1 año
padre
commit
f916aa0f92
No account linked to committer's email address

+ 1
- 0
.github/workflows/api-tests.yml Ver fichero

@@ -6,6 +6,7 @@ on:
- main
paths:
- api/**
- docker/**

concurrency:
group: api-tests-${{ github.head_ref || github.run_id }}

+ 2
- 1
docker/docker-compose.middleware.yaml Ver fichero

@@ -53,7 +53,7 @@ services:

# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.0
image: langgenius/dify-sandbox:0.2.1
restart: always
environment:
# The DifySandbox configurations
@@ -65,6 +65,7 @@ services:
ENABLE_NETWORK: 'true'
HTTP_PROXY: 'http://ssrf_proxy:3128'
HTTPS_PROXY: 'http://ssrf_proxy:3128'
SANDBOX_PORT: 8194
volumes:
- ./volumes/sandbox/dependencies:/dependencies
networks:

+ 2
- 1
docker/docker-compose.yaml Ver fichero

@@ -389,7 +389,7 @@ services:

# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.0
image: langgenius/dify-sandbox:0.2.1
restart: always
environment:
# The DifySandbox configurations
@@ -401,6 +401,7 @@ services:
ENABLE_NETWORK: 'true'
HTTP_PROXY: 'http://ssrf_proxy:3128'
HTTPS_PROXY: 'http://ssrf_proxy:3128'
SANDBOX_PORT: 8194
volumes:
- ./volumes/sandbox/dependencies:/dependencies
networks:

Cargando…
Cancelar
Guardar