Skip to content

Commit

Permalink
Add b2share build
Browse files Browse the repository at this point in the history
  • Loading branch information
llehtine committed Apr 13, 2016
1 parent 993175e commit 8881ee6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions devenv/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@
# - MYSQL_ALLOW_EMPTY_PASSWORD=yes
# - MYSQL_USER=b2share_evo
# - MYSQL_DATABASE=b2share_evo

#
elasticsearch:
image: elasticsearch
ports:
- "9200:9200"
- "9200:9200"
- "9300:9300"

redis:
image: redis
ports:
- "6379:6379"
- "6379:6379"
b2share:
build: .
ports:
- "5000:5000"
links:
- elasticsearch
- redis

0 comments on commit 8881ee6

Please sign in to comment.