This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(2pt) Create a dockerfile for each projects in settings.gradle
(1pt) Create a gradle task to build all docker, the task could look like ./gradlew clean build buildDocker -x test
(0.5pt) Create a gradle task to build single docker images when you are working in only one module
buildDockerAuthorization
,buildDockerAuthorization
,buildDockerCommunication
,buildDockerConfigServer
,buildDockerEurekaServer
, andbuildDockerZuulServer
Gradle tasks inbuild.gradle
(2pt) Create a docker-compose version 3+ file to orchestrate de booting of all modules
(1pt) Dockerfile and script used by them are not duplicated in each projects
(0.5pt) Only Zuul port is available on the host machine
csgames_net
bridge network.(1pt) Make sure your able to override parts of the docker-compose give an exemple with the stack pointing on an external redis with a public url.
docker-compose -f docker-compose.yml -f docker-compose.external-redis.yml build
would result in building a Redis image with a different build argument, which could be used to change the endpoint.