Skip to content

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

Notifications You must be signed in to change notification settings

wkrea/docker-nginx-nexus-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.5%
  • Dockerfile 48.5%