mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
address vm2 security
This commit is contained in:
@@ -6,3 +6,5 @@ PORT=3000
|
||||
# APIKEY_PATH=/your_api_key_path/.flowise
|
||||
# LOG_PATH=/your_log_path/logs
|
||||
# EXECUTION_MODE=child or main
|
||||
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
|
||||
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash
|
||||
@@ -13,6 +13,8 @@ services:
|
||||
- LOG_PATH=${LOG_PATH}
|
||||
- EXECUTION_MODE=${EXECUTION_MODE}
|
||||
- DEBUG=${DEBUG}
|
||||
- TOOL_FUNCTION_BUILTIN_DEP=${TOOL_FUNCTION_BUILTIN_DEP}
|
||||
- TOOL_FUNCTION_EXTERNAL_DEP=${TOOL_FUNCTION_EXTERNAL_DEP}
|
||||
ports:
|
||||
- '${PORT}:${PORT}'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user