Skip to content

Commit

Permalink
fix(docker-compose.yaml): default volume and disable disk threshold (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Aug 1, 2022
1 parent 625d153 commit 4174954
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yaml
Expand Up @@ -22,12 +22,15 @@ services:
- cluster.name=es-rubrix-local
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.routing.allocation.disk.threshold_enabled=false
ulimits:
memlock:
soft: -1
hard: -1
networks:
- rubrix
volumes:
- elasticdata:/usr/share/elasticsearch/data

kibana:
image: docker.elastic.co/kibana/kibana:7.11.1
Expand All @@ -42,4 +45,7 @@ services:

networks:
rubrix:
driver: bridge
driver: bridge

volumes:
elasticdata:

0 comments on commit 4174954

Please sign in to comment.