Created
August 8, 2021 06:50
-
-
Save oxlb/8035b7f27826c8903316d7c59af9777a 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 | |
- KINESIS_PROVIDER=kinesalite | |
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