mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
* docs: relocate docker-examples to 5.x * chore: update readme * chore: remove license we have already one at root
9 lines
316 B
Markdown
Executable file
9 lines
316 B
Markdown
Executable file
# 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
|
|
```
|