Update docker-compose.yml

This commit is contained in:
Cristian Mello 2016-12-26 12:38:50 -02:00 committed by GitHub
parent f0eda43906
commit 1ce802f2cc

View File

@ -190,6 +190,15 @@ services:
- "27017:27017"
volumes:
- mongo:/data/db
### RethinkDB Container #######################################
rethinkdb:
build: ./rethinkdb
ports:
- "8090:8080"
volumes:
- rethinkdb:/data/rethinkdb_data
### Redis Container #########################################
@ -332,6 +341,8 @@ volumes:
driver: "local"
mongo:
driver: "local"
rethinkdb:
driver: "local"
phpmyadmin:
driver: "local"
aerospike: