All Projects → sonatype-nexus-community → Docker Nginx Nexus Repository

sonatype-nexus-community / Docker Nginx Nexus Repository

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

Programming Languages

shell
77523 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].