Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Updated Docker setup for elasticsearch 5 and new environment variable…
Browse files Browse the repository at this point in the history
…s (issue #202).
  • Loading branch information
jogoodma committed Mar 25, 2017
1 parent 80578cb commit 4169c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions development.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
PRODUCTION=false
ES_AWS=false
ES_INDEX=es1
ES_HOST=db:9200
DOCKER=1
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '2.0'
services:
db:
image: elasticsearch:2
#image: elasticsearch:5
image: elasticsearch:5
volumes:
- dbdata:/usr/share/elasticsearch/data
web:
Expand Down

0 comments on commit 4169c35

Please sign in to comment.