Преглед изворни кода

chore: upgrade sandbox (#4839)

tags/0.6.10
Yeuoly пре 1 година
родитељ
комит
f916aa0f92
No account linked to committer's email address
3 измењених фајлова са 5 додато и 2 уклоњено
  1. 1
    0
      .github/workflows/api-tests.yml
  2. 2
    1
      docker/docker-compose.middleware.yaml
  3. 2
    1
      docker/docker-compose.yaml

+ 1
- 0
.github/workflows/api-tests.yml Прегледај датотеку

- 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 }}

+ 2
- 1
docker/docker-compose.middleware.yaml Прегледај датотеку



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

+ 2
- 1
docker/docker-compose.yaml Прегледај датотеку



# 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
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…
Откажи
Сачувај