/web-gateway

This image runs a web service in 8080 port, used for show microservice concept. It comes from rawmind/alpine-base.

Primary LanguageShell

web-gateway

This image runs a web service in 8080 port, used for show microservice concept. It comes from rawmind/alpine-base.

Build

docker build -t rawmind/web-gateway:<version> .

Versions

Usage

docker run rawmind/web-gateway:<version> 

Example

See rancher-example, rancher catalog package that runs web-monolith in a cattle environment.

Microservice uri

  • / web microservice app
  • /invoice web-invoice microservice
  • /payments web-payments microservice
  • /shippment web-shipment microservice