Created
July 5, 2018 08:58
-
-
Save thinkricardo/6f5fc66dbcf3798720fb9409f8ccec45 to your computer and use it in GitHub Desktop.
LocalStack container with S3 and persistence
This file contains 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
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