Skip to content

Commit

Permalink
refactor: update docker-compose configuration for MinIO file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
minai621 committed Nov 11, 2024
1 parent 091660f commit 9f79b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ services:
LANGCHAIN_TRACING_V2: "false"
LANGCHAIN_API_KEY: "your_langsmith_api_key_here"
LANGCHAIN_PROJECT: "your_langsmith_project_name_here"
FILE_UPLOAD: false
FILE_UPLOAD: minio
AWS_REGION: "your_aws_region_here"
# Default configuration values for using Minio
BUCKET_NAME: "default-storage"
MINIO_ENDPOINT: "http://localhost:9000"
MINIO_ENDPOINT: "http://minio:9000"
STORAGE_ACCESS_KEY: "minioadmin"
STORAGE_SECRET_KEY: "minioadmin"
ports:
Expand Down

0 comments on commit 9f79b8f

Please sign in to comment.