Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created August 8, 2021 06:43
Show Gist options
  • Save oxlb/7962055e6c900dea8e47da39a4aa59a6 to your computer and use it in GitHub Desktop.
Save oxlb/7962055e6c900dea8e47da39a4aa59a6 to your computer and use it in GitHub Desktop.
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