Skip to content

Commit

Permalink
Set up envs for elasticsearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
skytreader committed Jul 4, 2021
1 parent b6d4d39 commit 72b1d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Expand Up @@ -2,9 +2,14 @@ version: '3'
services:
elasticsearch:
image: 'docker.elastic.co/elasticsearch/elasticsearch:7.13.2'
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- discovery.type=single-node
arundel:
build: .
volumes:
- ~/kode/arundel-test:/root/code
depends_on:
- elasticsearch
ports:
- "8000:8000"

0 comments on commit 72b1d3a

Please sign in to comment.