mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
9cf5cee4fd
* docs: copy docker examples v4 * docs: copy docker examples v4 * chore: update ignore files
13 lines
448 B
Markdown
13 lines
448 B
Markdown
# Amazon S3 Bucket (Localstack) and Verdaccio 4.x
|
|
|
|
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
|
|
```
|
|
|
|
## Articles
|
|
|
|
- [How to fake AWS locally with LocalStack](https://dev.to/goodidea/how-to-fake-aws-locally-with-localstack-27me)
|