mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 09:00:52 +03:00
Merge pull request #469 from matthias/feature/winston-logging-clean
Added winston logging
This commit is contained in:
+2
-1
@@ -4,4 +4,5 @@ PORT=3000
|
||||
# DEBUG=true
|
||||
# DATABASE_PATH=/your_database_path/.flowise
|
||||
# APIKEY_PATH=/your_api_key_path/.flowise
|
||||
# EXECUTION_MODE=child or main
|
||||
# LOG_PATH=/your_log_path/logs
|
||||
# EXECUTION_MODE=child or main
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
|
||||
- DATABASE_PATH=${DATABASE_PATH}
|
||||
- APIKEY_PATH=${APIKEY_PATH}
|
||||
- LOG_PATH=${LOG_PATH}
|
||||
- EXECUTION_MODE=${EXECUTION_MODE}
|
||||
- DEBUG=${DEBUG}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user