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

Separating the services into different POMs and adding docker #7

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

galmarder
Copy link

I have added docker to the demo. Now you can run the demo using docker as well.
To do it elegantly I have first separated the single project into 3 POMs, each representing a single service. This allows running each service using the spring-boot:run.
Then I have added a Dockerfile to each project so we can easily build an image for it.
Last, I have updated the Readme with all relevant instructions of how to run the demo using Docker.

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

Successfully merging this pull request may close these issues.

1 participant