Created
October 23, 2017 20:23
-
-
Save colby-swandale/00dfde56f74b8371e25495e52ff630a5 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: '3' | |
services: | |
db: | |
image: postgres:9 | |
ports: | |
- "5432:5432" | |
cache: | |
image: memcached | |
ports: | |
- "11211:11211" | |
search: | |
image: elasticsearch:5 | |
ports: | |
- "9200:9201" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment