mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
aea3b9ddaf
* add docker examples to use plugins at docker * Update Dockerfile * chore: add v6 examples
22 lines
799 B
Markdown
22 lines
799 B
Markdown
# Verdaccio 6 Examples
|
|
|
|
> We recommend to have installed [docker-compose >= 1.29.0](https://github.com/docker/compose/releases/tag/1.29.2)
|
|
|
|
## Mapping Volumes
|
|
|
|
- [Docker + Local Storage Volume + Verdaccio](docker-local-storage-volume/README.md)
|
|
|
|
## 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)
|