mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
enhance: sandbox-docker-compose
This commit is contained in:
@ -55,9 +55,12 @@ services:
|
||||
sandbox:
|
||||
image: langgenius/dify-sandbox:latest
|
||||
restart: always
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
environment:
|
||||
# The DifySandbox configurations
|
||||
API_KEY: dify-sandbox
|
||||
GIN_MODE: 'release'
|
||||
ports:
|
||||
- "8194:8194"
|
||||
|
||||
|
||||
@ -293,9 +293,12 @@ services:
|
||||
sandbox:
|
||||
image: langgenius/dify-sandbox:latest
|
||||
restart: always
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
environment:
|
||||
# The DifySandbox configurations
|
||||
API_KEY: dify-sandbox
|
||||
GIN_MODE: release
|
||||
ports:
|
||||
- "8194:8194"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user