Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 556 Bytes

grpc-web-proxy

Proxy to use grpc-web-client. Please use only for testing.

Example

Your gRPC server needs to be running with localhost:8081. If you want to change it, edit .env file or use --entrypoint.

docker run --rm --env-file .env --init -v $(pwd):$(pwd) -w $(pwd) -p $GRPCWEBPROXY_PORT:$GRPCWEBPROXY_PORT -p $GRPCWEBPROXY_TLS_PORT:$GRPCWEBPROXY_TLS_PORT sagadash/grpc-web-proxy

Refs