Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinuygun committed Jan 8, 2020
1 parent fba488c commit 28ffb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository contains the docker-compose file for the tools used in our recom
## Usage
There are 2 YAML files which can be used to up the system. One can be used to up the system with currently built images, the other one can be used to up the system by building the images from scratch.

If you run `docker-compose up` command in the root directory of this repository, all services of the system run with their own docker images. These images will be placed in this GitHub repository, i.e. currently this scenario is not available since we are in the waitlist for the GitHub Package Registry, you should run the project with the other YAML file.
If you run `docker-compose up` command in the root directory of this repository, all services of the system run with their own docker images.

Dockerfiles (Flume, Spark Master, Spark Worker and Spring Boot) of the services are also provided under images directory in this repository. If you change the Dockerfiles, run the command `docker-compose -f docker-compose-with-build.yml up` to up the whole system.

Expand Down

0 comments on commit 28ffb4b

Please sign in to comment.