Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Nov 17, 2020
1 parent da7b13e commit e4a00eb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions files/oclapi2-qa/docker-compose.yml
Expand Up @@ -97,24 +97,6 @@ services:
restart: "always"
healthcheck:
test: "exit 0"
es:
image: elasticsearch:7.8.1
environment:
- node.name=es
- cluster.name=es-cluster
- discovery.seed_hosts=es1
- cluster.initial_master_nodes=es,es1
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ulimits:
memlock:
soft: -1
hard: -1
volumes:
- es-data:/usr/share/elasticsearch/data
restart: "always"
healthcheck:
test: "exit 0"
es:
image: elasticsearch:7.8.1
environment:
Expand Down

0 comments on commit e4a00eb

Please sign in to comment.