Created
October 22, 2016 10:54
-
-
Save laginha87/9627105607947ce9f4b81c184764c657 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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