Skip to content

Instantly share code, notes, and snippets.

@pcbje
Created November 3, 2016 08:19
Show Gist options
  • Select an option

  • Save pcbje/3524453d90c633af662ff8c60fd72201 to your computer and use it in GitHub Desktop.

Select an option

Save pcbje/3524453d90c633af662ff8c60fd72201 to your computer and use it in GitHub Desktop.
tika:
image: logicalspark/docker-tikaserver
cpu_shares: 4
ports:
- "9998:9998"
elasticsearch:
image: elasticsearch
cpu_shares: 4
command: elasticsearch -Des.http.cors.enabled=true -Dhttp.cors.allow-origin=*
ports:
- "9200:9200"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment