Skip to content

Commit cd9e8ab

Browse files
feat: Add AWS DynamoDB KV Storage tool
- Add AWS DynamoDB key-value storage tool for persistent data storage - Add utility functions for AWS tools configuration - Update docker-compose.yml with authentication environment variables
1 parent af1464f commit cd9e8ab

File tree

5 files changed

+949
-0
lines changed

5 files changed

+949
-0
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
restart: always
77
environment:
88
- PORT=${PORT}
9+
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
10+
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
911

1012
# DATABASE
1113
- DATABASE_PATH=${DATABASE_PATH}

0 commit comments

Comments
 (0)