Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 328 Bytes

Elselabs FakeS3 docker container

Fake AWS S3 server for local development based on fake-s3. Runs in docker.

Usage (in docker-compose.yml):

  fakes3:
    container_name: fakes3
    image: elselabsio/fakes3
    ports:
      - "4567:4567"
    volumes:
      - ./tmp:/fakes3/data