Skip to content

Instantly share code, notes, and snippets.

@laginha87
Created October 22, 2016 10:54
Show Gist options
  • Save laginha87/9627105607947ce9f4b81c184764c657 to your computer and use it in GitHub Desktop.
Save laginha87/9627105607947ce9f4b81c184764c657 to your computer and use it in GitHub Desktop.
version: '2'
services:
postgres:
ports:
- "5432:5432"
image: postgres
redis:
ports:
- "6379:6379"
image: redis
solr:
ports:
- "8983:8983"
image: solr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment