Skip to content

Latest commit

 

History

98 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inter.Proxy

Summary

This service exposes the webapi's of the other services to the internet.

Overview

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

How to run

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.

About

Exposes service webapi's to the internet.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages