Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Add docker-compose.yml and configurations #47

Merged
merged 3 commits into from
Nov 30, 2015

Conversation

mookjp
Copy link
Contributor

@mookjp mookjp commented Nov 18, 2015

#40

I created a docker-compose.yml for my local development environment. I am using this configuration with OSX Yosemite and docker toolbox.
It would be nice if you think this would be fit to the project and give me some feedbacks!

Workaround

docker-compose -p cmb -f docker/docker-compose.yml build
docker-compose -p cmb -f docker/docker-compose.yml up

# This is not the elegant way but needed to initialize cassandra dataset
docker exec -it cmb_cassandra_1 cqlsh -f /tmp/cassandra_1.2.cql.schema

# If the user uses docker-machine, she or he can open it by:
open http://$(docker-machine ip dev):6059/webui/

* Use maven docker image to build package by mvn command
* Add some commands to move packages to correct place
@mookjp
Copy link
Contributor Author

mookjp commented Nov 25, 2015

I'm sorry I found that I added wrong Dockerfile to build the image. I fixed Dockerfile to build jar correctly and it works fine now.

boriwo added a commit that referenced this pull request Nov 30, 2015
Thank you for your contribution! Will probably move your docker files to the packaging folder.
@boriwo boriwo merged commit e0f8db1 into Comcast:master Nov 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants