mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add gRPC and HTTP REST API ports to Qdrant service in docker-compose.yml
- Exposed ports 6333 and 6334 for gRPC and HTTP REST API access, respectively, enhancing service connectivity and functionality.
This commit is contained in:
@@ -143,6 +143,9 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- qdrant_storage:/qdrant/storage
|
||||
expose:
|
||||
- "6333" # gRPC port
|
||||
- "6334" # HTTP REST API port
|
||||
|
||||
caddy:
|
||||
container_name: caddy
|
||||
|
||||
Reference in New Issue
Block a user