docker-nexus3
docker-nexus3 copied to clipboard
Dockerized version of Nexus Repo Manager 3
Added support for postgres database Added configuration file to nexux3 for postgres usage. Added variable to manage licence. This example use nginx-proxy
fix: fixed jvm startup args not suitable for container environment
Add new environment variable `NEXUS_ADMIN_INIT_PASSWORD` to override admin password at the first Nexus start. If this variable is set, the Nexus start a first time to initialize its files. Once...
Added auto accept chef's license not to break the build of the image (brief, plain english overview of your changes here) This pull request makes the following changes: * (your...
Added stop_grace_period to the docker-compose.yml to set the container's "StopTimeout" value to 120, as recommended by the readme.
Introduced the usage of an environment variable for the user id to be used instead of hard coding it. This pull request makes the following changes: * NEXUS-14427
(brief, plain english overview of your changes here) This pull request makes the following changes: auto accept chef license install (If there are changes to user behavior in general, please...
Add simple documentation for printing the generted admin.password This pull request makes the following changes: * Documentation changes in README.md
MAINTAINER should be replaced by LABEL maintainer="..." See https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
I recommend adding a default name 'nexus' and setting the restart option.