damacus / fake-s3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Ruby 42.5%Language:Shell 39.3%Language:Dockerfile 18.1%