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
@@ -10,6 +10,7 @@ services:
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
- DATABASE_PATH=${DATABASE_PATH}
- EXECUTION_MODE=${EXECUTION_MODE}
- DEBUG=${DEBUG}
ports:
- '${PORT}:${PORT}'
volumes: