verdaccio / docker-examples

🐳 ⛴A collection of Docker and Kubernetes examples for verdaccio

Home Page:https://www.verdaccio.org/docs/en/docker.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example with Docker compose with https

juanpicado opened this issue · comments

I'd be great to have

  • Example using https with docker-compose
  • Example with Apache or Nginx

I've set up Docker+Nginx+SSL+Verdaccio successfully, this is my key configs - https://gist.github.com/ryanhanwu/321f477550424a1f76b1ccf360c36572#file-config-yaml-L50

It's a different approach that I was thinking off, but is also valid since you are using url_prefix. We have already a nginx example (https://github.com/verdaccio/docker-examples/tree/master/nginx-verdaccio) using only HTTP, however, it would be cool to have another one following your approach :-) Willing to PR?

Sure! should I add a new folder named nginx-verdaccio-ssl?

Sure 👍 !!

Hi guys, do you know if the LDAP plugin is now functional for verdaccio ?