0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/docker-examples/amazon-s3-docker-example/v3/README.md

10 lines
316 B
Markdown
Raw Normal View History

# Amazon S3 Bucket (Localstack) and Verdaccio
Verdaccio running with [Localstack](https://github.com/localstack/localstack) provides an easy-to-use test/mocking framework for developing cloud applications (AWS S3 in our example).
## Usage
```
docker-compose up --force-recreate --build --always-recreate-deps
```