2022-06-14 11:33:27 -05:00
|
|
|
# Verdaccio 6 Examples
|
2021-11-19 09:39:26 -05:00
|
|
|
|
2021-11-19 13:55:27 -05:00
|
|
|
> We recommend to have installed [docker-compose >= 1.29.0](https://github.com/docker/compose/releases/tag/1.29.2)
|
2021-11-19 09:39:26 -05:00
|
|
|
|
2022-06-14 11:33:27 -05:00
|
|
|
## Mapping Volumes
|
|
|
|
|
2021-11-19 11:22:31 -05:00
|
|
|
- [Docker + Local Storage Volume + Verdaccio](docker-local-storage-volume/README.md)
|
2022-06-14 11:33:27 -05:00
|
|
|
|
|
|
|
## Proxy
|
|
|
|
|
|
|
|
- [Docker + Nginx + Verdaccio](proxy/reverse_proxy/nginx/README.md)
|
|
|
|
- [Docker + Apache + Verdaccio](proxy/apache-verdaccio/README.md)
|
|
|
|
- [Docker + HTTPS Portal + Verdaccio](proxy/https-portal-example/README.md)
|
|
|
|
|
|
|
|
> Looking forward more examples with proxies.
|
|
|
|
|
|
|
|
## Plugins
|
|
|
|
|
|
|
|
Using plugins without `docker-compose` mapping volumes, all withing the `Dockerfile`.
|
|
|
|
|
|
|
|
- [Docker + Local Build Auth Plugin (local development)](plugins/docker-build-install-plugin/README.md)
|
|
|
|
- [Docker + Auth Plugin (from a registry)](plugins/docker-local-plugin/README.md)
|