Skip to content

Instantly share code, notes, and snippets.

@aedorado
Created October 5, 2020 19:13
Show Gist options
  • Select an option

  • Save aedorado/f6df1ef30cc64418832fed134d36aa44 to your computer and use it in GitHub Desktop.

Select an option

Save aedorado/f6df1ef30cc64418832fed134d36aa44 to your computer and use it in GitHub Desktop.

Revisions

  1. aedorado created this gist Oct 5, 2020.
    17 changes: 17 additions & 0 deletions docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    version: '3.7'

    services:
    elasticsearch:
    image: elasticsearch:7.9.2
    ports:
    - '9200:9200'
    environment:
    - discovery.type=single-node
    ulimits:
    memlock:
    soft: -1
    hard: -1
    kibana:
    image: kibana:7.9.2
    ports:
    - '5601:5601'