Created
August 8, 2021 06:43
-
-
Save oxlb/7962055e6c900dea8e47da39a4aa59a6 to your computer and use it in GitHub Desktop.
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=ap-southeast-1 | |
- EDGE_PORT=4566 | |
- SERVICES=dynamodb | |
ports: | |
- '4566:4566' | |
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