address configuration fix and add BLOB_STORAGE_PATH env variable

This commit is contained in:
Henry
2024-02-02 13:52:49 +00:00
parent a219efc913
commit c5bd4d4168
8 changed files with 11 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ services:
- FLOWISE_SECRETKEY_OVERWRITE=${FLOWISE_SECRETKEY_OVERWRITE}
- LOG_LEVEL=${LOG_LEVEL}
- LOG_PATH=${LOG_PATH}
- BLOB_STORAGE_PATH=${BLOB_STORAGE_PATH}
- DISABLE_FLOWISE_TELEMETRY=${DISABLE_FLOWISE_TELEMETRY}
ports:
- '${PORT}:${PORT}'