Skip to content

Commit

Permalink
Fix weaviate networking
Browse files Browse the repository at this point in the history
  • Loading branch information
blipovac committed Jan 22, 2025
1 parent 89de079 commit 56c5127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/ragu-chunker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CORS_ALLOWED_HEADERS="Access-Control-Allow-Headers,Origin,Accept,X-Requested-Wit
# FEMBED_URL="http://localhost:6969"
DATABASE_URL=postgresql://postgres:postgres@ragu-chunker-postgres/chonkit
QDRANT_URL=http://qdrant
WEAVIATE_URL=http://localhost:8080
WEAVIATE_URL=http://weaviate
4 changes: 2 additions & 2 deletions docker-compose-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ services:
- "--host"
- "0.0.0.0"
- "--port"
- "8080"
- "80"
- "--scheme"
- "http"
image: "semitechnologies/weaviate:1.24.12"
container_name: weaviate
ports:
- "8080:8080"
- "8080:80"
volumes:
- "weaviate_data:/var/lib/docker/ragu/weaviate/data"
restart: "on-failure:0"
Expand Down

0 comments on commit 56c5127

Please sign in to comment.