Skip to content

Instantly share code, notes, and snippets.

@thinkricardo
Created July 5, 2018 08:58
Show Gist options
  • Save thinkricardo/6f5fc66dbcf3798720fb9409f8ccec45 to your computer and use it in GitHub Desktop.
Save thinkricardo/6f5fc66dbcf3798720fb9409f8ccec45 to your computer and use it in GitHub Desktop.
LocalStack container with S3 and persistence
localstack:
container_name: localstack1
image: localstack/localstack
environment:
- SERVICES=s3:4572
- DATA_DIR=/tmp/localstack/data
ports:
- "4572:4572"
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment