1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/docker-examples/v4/amazon-s3-docker-example
2021-11-19 19:47:27 +01:00
..
conf chore: fix local-stack edocker example 2021-11-19 19:47:27 +01:00
localStack-resources chore: fix local-stack edocker example 2021-11-19 19:47:27 +01:00
s3Plugin docs: copy docker examples v4 (#2120) 2021-03-10 22:49:20 +01:00
docker-compose.yaml chore: fix local-stack edocker example 2021-11-19 19:47:27 +01:00
README.md chore: fix local-stack edocker example 2021-11-19 19:47:27 +01:00

Amazon S3 Bucket (Localstack) and Verdaccio 4.x

Verdaccio running with Localstack provides an easy-to-use test/mocking framework for developing cloud applications (AWS S3 in our example).

Usage

You might need to create bucket manually here aws --endpoint-url=http://localhost:4572 s3 mb s3://localstack.s3.plugin.test

docker-compose up --force-recreate --build --always-recreate-deps

Articles