Compare commits

...

2 Commits

Author SHA1 Message Date
Yeuoly
edf4d9cc52 fix: missing dockercompose update 2024-06-01 12:12:22 +08:00
Yeuoly
da60cdff0f chore: upgrade sandbox 2024-05-31 18:17:39 +08:00
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- api/**
- docker/**
concurrency:
group: api-tests-${{ github.head_ref || github.run_id }}

View File

@@ -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:

View File

@@ -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: