项目作者: maksymenko
项目描述 :
Docker base SOA sample (AngularJS, Webpack, REST, Java, Spring (Boot, Data), MongoDB
高级语言: JavaScript
项目地址: git://github.com/maksymenko/docker_microservices.git
Docker based microservices.
Includes services below:
- web - Angular based UI, nodejs is used as webserver
- api - Spring based application, provides REST api, SpringBoot with embeded Jetty bundled to executable jar.
- db - MongoDB. Docker image based on MongoDB, allows configure database, username and password for running container.
Preconnditions
Run all services
$ docker-compose up -d
Run api and db only
$ docker-compose up api -d