Fake S3 Container
Installs & runs the latest (built weekly) version of fake-s3 gem.
The latest version of fake-s3 requires a license, obtain one and set the LICENSE_KEY variable. Without license the container will fail to start.
s3:
image: damacus/fake-s3:latest
volumes:
- /fakes3
environment:
- LICENSE_KEY="YOUR_LICENSE_HERE"
environment:
- PORT:1234