mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
enhance: sandbox-docker-compose
This commit is contained in:
@ -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