blob: 156c3fabd5bb6729fab808c3af32f2c2b4d5e9e5 [file] [log] [blame]
graph:
image: s2rest_play:0.1.0
container_name: graph
net: container:graph_hbase
graph_mysql:
build: graph_mysql
container_name: graph_mysql
environment:
MYSQL_ROOT_PASSWORD: graph
net: container:graph_hbase
graph_hbase:
image: nerdammer/hbase:0.98.10.1
container_name: graph_hbase
hostname: "${DOCKER_MACHINE_NAME}"
ports:
- "3306:3306"
- "2181:2181"
- "60010:60010"
- "60000:60000"
- "60020:60020"
- "60030:60030"
- "9000:9000"
expose:
- "3306"
- "9000"