Skip to content

Instantly share code, notes, and snippets.

@amontalenti
Last active December 19, 2015 04:52
Show Gist options
  • Select an option

  • Save amontalenti/4d2a88973d08fda95920 to your computer and use it in GitHub Desktop.

Select an option

Save amontalenti/4d2a88973d08fda95920 to your computer and use it in GitHub Desktop.
postgres:
image: postgres:9.4.4
ports:
- "5432:5432"
redis:
image: redis:2.8.21
ports:
- "6379:6379"
elasticsearch:
image: elasticsearch:1.7.2
ports:
- "9200:9200"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment