Created
October 23, 2017 20:23
-
-
Save colby-swandale/4cb18a7bc4c9226a7ab596820463d4f4 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