Skip to content

Instantly share code, notes, and snippets.

@hunk
Created May 25, 2020 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hunk/3ee28ffc41c94723311070f51d8c629c to your computer and use it in GitHub Desktop.
Save hunk/3ee28ffc41c94723311070f51d8c629c to your computer and use it in GitHub Desktop.
---
version: '3.7'
services:
localstack:
image: localstack/localstack
ports:
- 8080:8080
environment:
- SERVICES=s3,es
- DATA_DIR=/tmp/localstack/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment