diff --git a/config/ragu-chunker/.env b/config/ragu-chunker/.env index 3992422..8803c49 100644 --- a/config/ragu-chunker/.env +++ b/config/ragu-chunker/.env @@ -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 \ No newline at end of file +WEAVIATE_URL=http://weaviate \ No newline at end of file diff --git a/docker-compose-infra.yaml b/docker-compose-infra.yaml index f36ffc7..531db2f 100644 --- a/docker-compose-infra.yaml +++ b/docker-compose-infra.yaml @@ -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"