Skip to content

Instantly share code, notes, and snippets.

@kevholditch
Created November 10, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevholditch/e5db832639d42e893371a02379fb5d3e to your computer and use it in GitHub Desktop.
Save kevholditch/e5db832639d42e893371a02379fb5d3e to your computer and use it in GitHub Desktop.
services:
sns:
image: s12v/sns
ports:
- "9911:9911"
volumes:
- ./config:/etc/sns
depends_on:
- sqs
sqs:
image: s12v/elasticmq
ports:
- "9324:9324"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment