Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b961eaaa
authored
Sep 05, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add jenkins nd archiva stunnel
parent
c4f9396d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
3 deletions
docker/composers/develop-cloud/develop.yml
docker/composers/develop-cloud/develop.yml
View file @
b961eaaa
...
@@ -4,7 +4,7 @@ services:
...
@@ -4,7 +4,7 @@ services:
jenkins
:
jenkins
:
image
:
jenkins
image
:
jenkins
ports
:
ports
:
-
"
8080:8080"
#
- "8080:8080"
-
"
50000:50000"
-
"
50000:50000"
volumes
:
volumes
:
-
"
/mnt/volume-nyc1-01/jenkins:/var/jenkins_home"
-
"
/mnt/volume-nyc1-01/jenkins:/var/jenkins_home"
...
@@ -16,7 +16,7 @@ services:
...
@@ -16,7 +16,7 @@ services:
archiva
:
archiva
:
image
:
xetusoss/archiva
image
:
xetusoss/archiva
ports
:
ports
:
-
"
808
1
:8080"
-
"
808
2
:8080"
volumes
:
volumes
:
-
"
/mnt/volume-nyc1-01/archiva:/archiva-data"
-
"
/mnt/volume-nyc1-01/archiva:/archiva-data"
# - "/mnt/volume-nyc1-01/archiva/data:/var/archiva/data"
# - "/mnt/volume-nyc1-01/archiva/data:/var/archiva/data"
...
@@ -54,7 +54,36 @@ services:
...
@@ -54,7 +54,36 @@ services:
-
"
/mnt/volume-nyc1-01/gitlab/letsencrypt:/etc/letsencrypt"
-
"
/mnt/volume-nyc1-01/gitlab/letsencrypt:/etc/letsencrypt"
networks
:
networks
:
-
develop
-
develop
stunnel-archiva
:
image
:
dweomer/stunnel
environment
:
STUNNEL_SERVICE
:
archiva
STUNNEL_ACCEPT
:
636
STUNNEL_CONNECT
:
archiva:8080
ports
:
-
8081:636
volumes
:
-
/mnt/volume-nyc1-01/gitlab/letsencrypt/live/municipalitybank.com/fullchain.pem:/etc/stunnel/stunnel.pem:ro
-
/mnt/volume-nyc1-01/gitlab/letsencrypt/live/municipalitybank.com/privkey.pem:/etc/stunnel/stunnel.key:ro
networks
:
-
develop
depends_on
:
-
archiva
stunnel-jenkins
:
image
:
dweomer/stunnel
environment
:
STUNNEL_SERVICE
:
jenkins
STUNNEL_ACCEPT
:
636
STUNNEL_CONNECT
:
jenkins:8080
ports
:
-
8080:636
volumes
:
-
/mnt/volume-nyc1-01/gitlab/letsencrypt/live/municipalitybank.com/fullchain.pem:/etc/stunnel/stunnel.pem:ro
-
/mnt/volume-nyc1-01/gitlab/letsencrypt/live/municipalitybank.com/privkey.pem:/etc/stunnel/stunnel.key:ro
networks
:
-
develop
depends_on
:
-
jenkins
networks
:
networks
:
develop
:
develop
:
driver
:
bridge
driver
:
bridge
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment