Skip to content

Instantly share code, notes, and snippets.

@staff0rd
Created September 24, 2020 05:19
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 staff0rd/b35fd3b68d6b017f54f00e8330434b95 to your computer and use it in GitHub Desktop.
Save staff0rd/b35fd3b68d6b017f54f00e8330434b95 to your computer and use it in GitHub Desktop.
local-amazon-s3-01
version: '3.2'
services:
localstack:
image: localstack/localstack:latest
container_name: localstack
ports:
- 4566:4566
environment:
- SERVICES=s3
- DEBUG=1
- DATA_DIR=/tmp/localstack/data
volumes:
- ./.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