Feature/add disabled nodes env variable (#3797)

* add disabled nodes env variable

* add bugfix to speech to text
This commit is contained in:
Henry Heng
2025-01-02 16:49:41 +00:00
committed by GitHub
parent b34a82335d
commit 50475f1fe5
8 changed files with 14 additions and 4 deletions
+1
View File
@@ -52,6 +52,7 @@ BLOB_STORAGE_PATH=/root/.flowise/storage
# APIKEY_STORAGE_TYPE=json (json | db)
# SHOW_COMMUNITY_NODES=true
# DISABLED_NODES=bufferMemory,chatOpenAI (comma separated list of node names to disable)
######################
# METRICS COLLECTION
+1
View File
@@ -33,6 +33,7 @@ services:
- GLOBAL_AGENT_HTTP_PROXY=${GLOBAL_AGENT_HTTP_PROXY}
- GLOBAL_AGENT_HTTPS_PROXY=${GLOBAL_AGENT_HTTPS_PROXY}
- GLOBAL_AGENT_NO_PROXY=${GLOBAL_AGENT_NO_PROXY}
- DISABLED_NODES=${DISABLED_NODES}
ports:
- '${PORT}:${PORT}'
volumes: