add env variables

This commit is contained in:
Henry
2023-06-23 23:03:53 +01:00
parent 160aa87aba
commit 8745776342
7 changed files with 9 additions and 9 deletions
+1
View File
@@ -1,5 +1,6 @@
PORT=3000
# FLOWISE_USERNAME=user
# FLOWISE_PASSWORD=1234
# DEBUG=true
# DATABASE_PATH=/your_database_path/.flowise
# EXECUTION_MODE=child or main
+1
View File
@@ -10,6 +10,7 @@ services:
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
- DATABASE_PATH=${DATABASE_PATH}
- EXECUTION_MODE=${EXECUTION_MODE}
- DEBUG=${DEBUG}
ports:
- '${PORT}:${PORT}'
volumes: