Closed nionis closed 4 years ago
Can you setup a docker-compose.yml
to setup the envoy
or nginx
proxy to talk to the server?
Already completed this in https://github.com/hoprnet/mazebot/blob/master/docker-compose.yaml, so you can reuse the proxy
code there.
@jjperezaguinaga
goal:
hopr-server
a docker-compose
file that includes server
and envoy
thoughts?
@nionis The envoy
part is too small to be in its own repo IMHO. Maybe we can just keep it in server
, as we won't ever use it w/o server
anyway. Yay or nay?
@jjperezaguinaga Yay, let's do as we discussed in the call: hopr-server
dockerfile should start hopr-server
and envoy
managed by something like pm2
or similar
gRPC-Web browser clients connect to gRPC services via a special gateway proxy, this can be done by a proxy like envoy or nginx
related issues: 1, 2