Skip to content

Instantly share code, notes, and snippets.

@kevholditch
Created November 10, 2017 16:20
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/e4c8be19eafa545e0e0e3be52b26dc03 to your computer and use it in GitHub Desktop.
Save kevholditch/e4c8be19eafa545e0e0e3be52b26dc03 to your computer and use it in GitHub Desktop.
services:
sns:
build: ../
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