Skip to content

Commit

Permalink
Revert bncr & elastic changes (oops!)
Browse files Browse the repository at this point in the history
  • Loading branch information
daGrevis committed Jan 5, 2018
1 parent 0baa7c7 commit 51d7fd3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docker-compose.yml
Expand Up @@ -35,6 +35,13 @@ services:
- "~/msks/build:/srv/msks:ro"
- "~/msks/developerslv:/srv/developerslv:ro"

bncr:
container_name: bncr
image: bncr
restart: always
volumes:
- "~/bncr/config.toml:/usr/src/app/config.toml:ro"

rethink:
container_name: rethink
image: rethinkdb
Expand All @@ -45,11 +52,16 @@ services:
elastic:
container_name: elastic
environment:
ES_JAVA_OPTS: "-Xmx256m -Xms256m"
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
bootstrap.memory_lock: "true"
http.host: "0.0.0.0"
transport.host: "127.0.0.1"
image: "docker.elastic.co/elasticsearch/elasticsearch:5.5.2"
image: "docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.0"
restart: always
ulimits:
memlock:
hard: -1
soft: -1
volumes:
- "~/msks/elastic-data:/usr/share/elasticsearch/data"

Expand Down

0 comments on commit 51d7fd3

Please sign in to comment.