mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
Update Qdrant service configuration in docker-compose.yml and final_report.sh
- Removed comments for gRPC and HTTP REST API ports in docker-compose.yml to simplify the configuration. - Corrected the internal REST API access message in final_report.sh to reflect the updated port usage, ensuring clarity in service access instructions.
This commit is contained in:
@@ -144,8 +144,7 @@ services:
|
||||
volumes:
|
||||
- qdrant_storage:/qdrant/storage
|
||||
expose:
|
||||
- "6333" # gRPC port
|
||||
- "6334" # HTTP REST API port
|
||||
- "6333"
|
||||
|
||||
caddy:
|
||||
container_name: caddy
|
||||
|
||||
@@ -120,8 +120,7 @@ if is_profile_active "qdrant"; then
|
||||
echo
|
||||
echo "================================= Qdrant =============================="
|
||||
echo
|
||||
echo "Internal gRPC Access (e.g., from backend): qdrant:6333"
|
||||
echo "Internal REST API Access (e.g., from backend): http://qdrant:6334"
|
||||
echo "Internal REST API Access (e.g., from backend): http://qdrant:6333"
|
||||
echo "(Note: Not exposed externally via Caddy by default)"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user