Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
/devops-composePublic archive

Commit8bd5320

Browse files
authored
Replace with Nexus3 (#9)
* Update docker-compose.yml* Update README.md* Update README.md* Update README.md* Update nginx.conf
1 parent593f358 commit8bd5320

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

‎README.md‎

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A compose of following Docker containers:
77
* Confluence
88
* GitBucket
99
* Jenkins
10-
*Artifactory
10+
*Nexus
1111
* SonarQube
1212
* Mattermost
1313
* ownCloud
@@ -143,16 +143,21 @@ Open GitBucket and configure LDAP authentication.
143143
- Name attribute:`displayname`
144144
- Mail attribute:`mail`
145145

146-
###SetupArtifactory
146+
###SetupNexus
147147

148-
OpenArtifactory and configure LDAP authentication.
148+
OpenNexus and configure LDAP authentication.
149149

150-
- LDAP server:`ldap://ldap/dc=example,dc=org`
151-
- User DN:`cn={0}`
152-
- Mail attribute:`mail`
153-
- Search filter:`(*)`
150+
- LDAP server:`ldap://ldap:389`
154151
- Search base:`dc=example,dc=org`
155-
- Manage DN:`cn=admin,dc=example,dc=org` with`admin`
152+
- Username:`cn=admin,dc=example,dc=org`
153+
- Password:`admin`
154+
- Configuration template: Generic Ldap Server
155+
- Object class:`inetOrgPerson` (default)
156+
- User ID attribute:`cn`
157+
- Name attribute:`displayname`
158+
- Mail attribute:`mail`
159+
- Group type: Dynamic
160+
- Group member of attribute:`memberOf` (default)
156161

157162
###Setup SonarQube
158163

‎docker-compose.yml‎

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ services:
5454
volumes:
5555
-jenkins-data:/var/jenkins_home
5656

57-
artifactory:
58-
image:docker.bintray.io/jfrog/artifactory-oss
57+
nexus:
58+
image:sonatype/nexus3
5959
volumes:
60-
-artifactory-data:/var/opt/jfrog/artifactory/data
61-
-artifactory-conf:/var/opt/jfrog/artifactory/etc
60+
-nexus-data:/nexus-data
6261

6362
sonarqube:
6463
image:sonarqube
@@ -114,9 +113,7 @@ volumes:
114113
driver:local
115114
jenkins-data:
116115
driver:local
117-
artifactory-data:
118-
driver:local
119-
artifactory-conf:
116+
nexus-data:
120117
driver:local
121118
sonarqube-conf:
122119
driver:local

‎nginx/nginx.conf‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ server {
8989
}
9090

9191
server{
92-
server_nameartifactory.REVERSE_PROXY_DOMAIN_NAME;
92+
server_namenexus.REVERSE_PROXY_DOMAIN_NAME;
9393
location /{
94-
proxy_passhttp://artifactory:8081;
94+
proxy_passhttp://nexus:8081;
9595
proxy_set_header Host$host;
9696
proxy_set_header X-Real-IP$remote_addr;
9797
proxy_set_header X-Forwarded-Proto$http_x_forwarded_proto;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp