Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 787 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 787 Bytes

Nexus Repository Manager with Docker Support

This is a template for deploying Nexus Repository Manager behind an NGINX reverse proxy.

Features

Operations

To create and run the Nginx proxy, Nexus Repository Manager and DockerHub proxy, run:

./nexus.sh

Subsequent runs can use docker-compose:

docker-compose up -d

To stop, use docker-compose:

docker-compose down

SSL Certificates

The Ngnix docker image build process generates insecure SSL certificates with fake location information and CNAME of localhost. Understand the risks of using these SSL certificates before proceeding. A deployed solution should use a valid CA certificate.