Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #272 from marisbahtins/master
Browse files Browse the repository at this point in the history
Nexus upgrade to latest adop version
  • Loading branch information
RobertNorthard authored Jun 4, 2018
2 parents 2043632 + 4fb7da3 commit 30a2434
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,20 +306,22 @@ selenium-node-firefox:
nexus:
container_name: nexus
restart: always
image: accenture/adop-nexus:0.1.4
image: accenture/adop-nexus:0.2.2
net: ${CUSTOM_NETWORK_NAME}
expose:
- "8081"
environment:
NEXUS_BASE_URL: "${PROTO}://${TARGET_HOST}/nexus"
NEXUS_CONTEXT: "nexus"
NEXUS_ADMIN_PASSWORD: "${INITIAL_ADMIN_PASSWORD_PLAIN}"
LDAP_SEARCH_BASE: "${LDAP_FULL_DOMAIN}"
LDAP_ENABLED: "true"
LDAP_URL: "ldap"
LDAP_BIND_DN: "${LDAP_ADMIN},${LDAP_FULL_DOMAIN}"
LDAP_BIND_PASSWORD: "${LDAP_PWD}"
LDAP_USER_PASSWORD_ATTRIBUTE: "userPassword"
LDAP_USER_BASE_DN: "${LDAP_USER_BASE_DN}"
LDAP_GROUP_BASE_DN: "${LDAP_GROUP_BASE_DN}"
LDAP_BIND_PASSWORD: ${LDAP_PWD}

ldap-ltb:
container_name: ldap-ltb
Expand Down
2 changes: 1 addition & 1 deletion etc/volumes/local/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jenkins:

nexus:
volumes:
- nexus_sonatype_work:/sonatype-work
- nexus_data:/nexus-data

registry:
volumes:
Expand Down
2 changes: 1 addition & 1 deletion etc/volumes/nfs/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ selenium-node-firefox:
nexus:
volume_driver: nfs
volumes:
- ${NFS_HOST}/nfs/nexus_sonatype_work:/sonatype-work
- ${NFS_HOST}/nfs/nexus_sonatype_work:/nexus-data

registry:
volume_driver: nfs
Expand Down

0 comments on commit 30a2434

Please sign in to comment.