Advertisement
bzqr2k

Elasticsearch Slack integration keystore

Nov 8th, 2019
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. services:
  2. elasticsearch:
  3. build:
  4. context: elasticsearch/
  5. args:
  6. ELK_VERSION: $ELK_VERSION
  7. volumes:
  8. - type: bind
  9. source: ./elasticsearch/config/elasticsearch.yml
  10. target: /usr/share/elasticsearch/config/elasticsearch.yml
  11. read_only: true
  12. - type: volume
  13. source: elasticsearch
  14. target: /usr/share/elasticsearch/data
  15. - ./elasticsearch.keystore:/usr/share/elasticsearch/config/elasticsearch.keystore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement