haven-protocol-org / haven-web-app

https://havenprotocol.org/
30 stars 17 forks source link

build Dockerfile for embeded haproxy + nginx #58

Closed goshiz closed 2 years ago

goshiz commented 2 years ago

Add a multistage Dockerfile including nginx to serve the Vault files & Haproxy to route the requests to a custom havend node defined by 2 environments variables : HAVEN_NODE_IP HAVEN_NODE_PORT

Add a docker-compose.yml to use it locally.