Created
March 21, 2022 05:06
-
-
Save oxlb/f69eb2c6ff37ff0ca10588d06d57b354 to your computer and use it in GitHub Desktop.
sns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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