mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
10 lines
316 B
Markdown
10 lines
316 B
Markdown
|
# 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
|
||
|
```
|