Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created March 21, 2022 05:06
Show Gist options
  • Save oxlb/f69eb2c6ff37ff0ca10588d06d57b354 to your computer and use it in GitHub Desktop.
Save oxlb/f69eb2c6ff37ff0ca10588d06d57b354 to your computer and use it in GitHub Desktop.
sns
version: '3.0'
services:
localstack:
image: localstack/localstack:latest
environment:
- AWS_DEFAULT_REGION=us-east-1
- EDGE_PORT=4566
- SERVICES=sns
ports:
- '4566-4597:4566-4597'
volumes:
- "${TMPDIR:-/tmp/localstack}:/tmp/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment