Skip to content

Instantly share code, notes, and snippets.

@colby-swandale
Created October 23, 2017 20:23
Show Gist options
  • Save colby-swandale/4cb18a7bc4c9226a7ab596820463d4f4 to your computer and use it in GitHub Desktop.
Save colby-swandale/4cb18a7bc4c9226a7ab596820463d4f4 to your computer and use it in GitHub Desktop.
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