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
9053aa6d
authored
Jul 31, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
changes
parent
fdc3dad5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
0 deletions
common/docs/cloud-admin.odt
docker/composers/develop-cloud/develop.yml
common/docs/cloud-admin.odt
0 → 100644
View file @
9053aa6d
No preview for this file type
docker/composers/develop-cloud/develop.yml
0 → 100644
View file @
9053aa6d
version
:
'
2'
services
:
##### Jenkins
jenkins
:
image
:
jenkins
ports
:
-
"
8080:8080"
-
"
50000:50000"
volumes
:
-
"
/mnt/volume-nyc1-01/jenkins:/var/jenkins_home"
-
"
/usr/share/gradle:/var/jenkins_home/gradle_home"
-
"
/usr/lib/jvm/java-8-oracle:/usr/lib/jvm/default-java"
networks
:
-
develop
##### archiva
archiva
:
image
:
xetusoss/archiva
ports
:
-
"
8081:8080"
volumes
:
-
"
/mnt/volume-nyc1-01/archiva:/archiva-data"
# - "/mnt/volume-nyc1-01/archiva/data:/var/archiva/data"
# - "/mnt/volume-nyc1-01/archiva/conf:/var/archiva/conf"
networks
:
-
develop
#### GITLAB
#### root admin: user: root , pass: giptmgr1
gitlab
:
image
:
gitlab/gitlab-ce:9.3.6-ce.0
restart
:
always
hostname
:
'
municipalitybank.com'
environment
:
GITLAB_OMNIBUS_CONFIG
:
|
gitlab_rails['gitlab_shell_ssh_port'] = 2224
nginx['custom_gitlab_server_config'] = "location ^~ /.well-known { root /var/www/letsencrypt; }"
external_url 'https://municipalitybank.com'
registry_external_url 'https://municipalitybank.com:5050'
nginx['redirect_http_to_https'] = true
nginx['ssl_certificate'] = "/etc/letsencrypt/live/municipalitybank.com/fullchain.pem"
nginx['ssl_certificate_key'] = "/etc/letsencrypt/live/municipalitybank.com/privkey.pem"
registry_nginx['ssl_certificate'] = "/etc/letsencrypt/live/municipalitybank.com/fullchain.pem"
registry_nginx['ssl_certificate_key'] = "/etc/letsencrypt/live/municipalitybank.com/privkey.pem"
ports
:
-
"
443:443"
-
"
80:80"
-
"
2224:22"
-
"
5050:5050"
volumes
:
-
"
/mnt/volume-nyc1-01/gitlab/config:/etc/gitlab"
-
"
/mnt/volume-nyc1-01/gitlab/logs:/var/log/gitlab"
-
"
/mnt/volume-nyc1-01/gitlab/data:/var/opt/gitlab"
-
"
/mnt/volume-nyc1-01/gitlab/backups:/var/opt/gitlab/backups"
-
"
/mnt/volume-nyc1-01/gitlab/letsencrypt:/var/www/letsencrypt"
-
"
/mnt/volume-nyc1-01/gitlab/letsencrypt:/etc/letsencrypt"
networks
:
-
develop
networks
:
develop
:
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