/fake-s3

Fake S3 Container (based on lphoward/fake-s3)

Primary LanguageRubyApache License 2.0Apache-2.0

fake-s3

Fake S3 Container

Installs & runs the latest (built weekly) version of fake-s3 gem.

Usage

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"

Overriding the port

environment:
  - PORT:1234