Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose: multi-service orchestration example #5

Open
savishy opened this issue Jan 21, 2017 · 0 comments
Open

docker compose: multi-service orchestration example #5

savishy opened this issue Jan 21, 2017 · 0 comments

Comments

@savishy
Copy link
Owner

savishy commented Jan 21, 2017

Example that will contain

  • two tomcat applications with source code, Maven projects (application 1 calls application 2)
  • both applications use JAX-RS i.e are RESTful web services
  • Dockerfiles for each that will package these into self contained docker images based on tomcat base image.
  • Docker Compose file to tie everything up
savishy added a commit that referenced this issue Jan 21, 2017
- skeleton for two services based on tomcat
- dockerfile stubs and dockercompose stub
- stub for service2 project based in maven
savishy added a commit that referenced this issue Jan 23, 2017
savishy added a commit that referenced this issue Feb 3, 2017
- service1 is a hello-world tomcat webapp
- can be built into  war using mvn install
- dockerfile packages it into a tomcat + war image
savishy added a commit that referenced this issue Feb 3, 2017
savishy added a commit that referenced this issue Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant