2022-06-14 18:33:27 +02:00
|
|
|
# Verdaccio 6 Examples
|
2021-11-19 15:39:26 +01:00
|
|
|
|
2021-11-19 19:55:27 +01:00
|
|
|
> We recommend to have installed [docker-compose >= 1.29.0](https://github.com/docker/compose/releases/tag/1.29.2)
|
2021-11-19 15:39:26 +01:00
|
|
|
|
2022-06-14 18:33:27 +02:00
|
|
|
## Mapping Volumes
|
|
|
|
|
2021-11-19 17:22:31 +01:00
|
|
|
- [Docker + Local Storage Volume + Verdaccio](docker-local-storage-volume/README.md)
|
2022-06-14 18:33:27 +02: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)
|