Skip to content

Commit

Permalink
Add docker environment variables for Minio and Weaviate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 4, 2024
1 parent fa74cbf commit fc10eb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/docker.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# .env.docker
MINIO_ENDPOINT=minio:9000
MINIO_ACCESS_KEY=minio
MINIO_SECRET_KEY=minio123
USE_SSL=false
WEAVIATE_ENDPOINT=http://weaviate:8080

0 comments on commit fc10eb5

Please sign in to comment.