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