add db_path

This commit is contained in:
Henry
2023-06-22 15:47:03 +01:00
parent bee16d4982
commit dd328dcd51
6 changed files with 27 additions and 6 deletions
+2
View File
@@ -8,6 +8,8 @@ services:
- PORT=${PORT}
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
- DATABASE_PATH=${DATABASE_PATH}
- EXECUTION_MODE=${EXECUTION_MODE}
ports:
- '${PORT}:${PORT}'
volumes: