Skip to content
/ osmi-paas Public

A simple micro services architecture with docker

Notifications You must be signed in to change notification settings

OG84/osmi-paas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osmi-paas

A simple micro services architecture with docker

Docker and gradle have to be installed.

To start this simple micro service example, simply run:

  • gradle assemble -b ./service-a/build.gradle
  • gradle assemble -b ./service-b/build.gradle
  • docker-compose up

You can access Service B through http://docker.local:12346

architecture

About

A simple micro services architecture with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages