weaviate-test2 / grpc_proxy.sh
wjm55
Refactor Dockerfile to integrate supervisord for managing Weaviate and Nginx services, replace start.sh with supervisord configuration, and enhance Nginx settings for improved proxy handling. Remove obsolete start.sh script.
72f5836
raw
history blame contribute delete
126 Bytes
#!/bin/bash
# Simple TCP forwarding for gRPC from port 7860 to 50051
socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:50051