/web-monolith

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

Primary LanguageShell

web-monolith

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

Build

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

Versions

Usage

docker run rawmind/web-monolith:<version> 

Example

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

Monolith modules uri

  • / web-monolith app
  • /payments/ Payments module
  • /inventory/ Inventory module
  • /shipping/ Shipping module