Skip to content

Instantly share code, notes, and snippets.

@kevholditch
Created November 10, 2017 16:23
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/63111dfaf570beedd7fe188c8ef78b9f to your computer and use it in GitHub Desktop.
Save kevholditch/63111dfaf570beedd7fe188c8ef78b9f to your computer and use it in GitHub Desktop.
services:
sns:
image: s12v/sns
ports:
- "9911:9911"
volumes:
- ./config/db.json:/etc/sns/db.json
depends_on:
- sqs
sqs:
image: s12v/elasticmq
ports:
- "9324:9324"
volumes:
- ./config/elasticmq.conf:/etc/elasticmq/elasticmq.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment