Skip to content
Snippets Groups Projects
README.md 827 B
Newer Older
FOR THE ENVOY PROXY (needed to translate from http1 to http2 otherwise grpcweb doesn't understand it):
docker run -d -v <<insert path to directory here>>envoy.yaml:/etc/envoy/envoy.yaml:ro -p 8080:8080 -p 9090:9090 envoyproxy/envoy:v1.15.0
IsolatedSushi's avatar
IsolatedSushi committed
NOTE you have to use complete path (sometimes it complains when using relative paths, no idea why)
IsolatedSushi's avatar
IsolatedSushi committed
We have to run it with dapr so use:
dapr run --port 5051 --app-id vuezfrontend npm run serve
IsolatedSushi's avatar
IsolatedSushi committed

IsolatedSushi's avatar
IsolatedSushi committed
For some reason with vue it cant get the dapr.HTTP environment variable (even though it can with python) so add the port



docker run -d -v envoy.yaml:/etc/envoy/envoy.yaml:ro -p 7050:7050 -p 50460:50460 envoyproxy/envoy:v1.15.0


IsolatedSushi's avatar
IsolatedSushi committed
docker run -d -v C:\Users\simen\OneDrive\Documents\GitHub\dummy-vue-grpc\envoy.yaml:/etc/envoy/envoy.yaml:ro -p 7050:7050 -p 50460:50460 envoyproxy/envoy:v1.15.0