Skip to content

Instantly share code, notes, and snippets.

@bt5e
Created November 30, 2015 02:42
Show Gist options
  • Select an option

  • Save bt5e/f9bd30d2bc02e516b0ae to your computer and use it in GitHub Desktop.

Select an option

Save bt5e/f9bd30d2bc02e516b0ae to your computer and use it in GitHub Desktop.

Revisions

  1. bt5e created this gist Nov 30, 2015.
    10 changes: 10 additions & 0 deletions docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    elasticsearch:
    image: elasticsearch
    ports:
    - "9200:9200"
    kibana:
    image: kibana
    links:
    - elasticsearch
    ports:
    - "5601:5601"