This service exposes the webapi's of the other services to the internet.
This is a very simple nginx server that redirects incomming requests to the other services.
Below is the list of exposed services.
| Name | Route |
|---|---|
| Inter.PlaneWrangler | /wranger |
| Inter.Indexer | /indexer |
Clone this repository then do the following:
Run docker build -t proxy . to build the image.
Run docker run --net inter_network some_network -d proxy
Where some_network is the docker network that the other services are on. Docker will handle the service discovery for you.
Docker installation link here.
How to create a docker network.