moved some services over to dkhost02

This commit is contained in:
2017-05-27 23:29:11 -04:00
parent 165e5ffe54
commit 7374d7767b
4 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ services:
image: "jenkins:alpine"
volumes:
- /opt/shared/jenkins/home:/var/jenkins_home
- /var/lib/jenkins:/var/jenkins_home
ports:
- "8080:8080"
- "5001:5000"

View File

@@ -9,7 +9,7 @@ server {
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
location / {
proxy_pass http://192.168.2.41:8081;
proxy_pass http://192.168.2.43:8081;
}
}
@@ -43,7 +43,6 @@ server {
location / {
proxy_pass http://192.168.2.43:8080;
}
}
# jenkins.xai-corp.net
@@ -57,7 +56,7 @@ server {
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
location / {
proxy_pass http://192.168.2.41:8080;
proxy_pass http://192.168.2.43:8080;
}
}
@@ -73,7 +72,7 @@ server {
location / {
proxy_set_header Connection $http_connection;
proxy_pass http://192.168.2.41:9000;
proxy_pass http://192.168.2.43:9000;
}
}

View File

@@ -0,0 +1 @@
DOCKER_HOST=dkhost02:2376 docker-compose up -d --build

View File

@@ -30,14 +30,15 @@ gluster IN A 192.168.2.12
home02 IN A 192.168.2.22
dkhost01 IN A 192.168.2.41
fs IN A 192.168.2.41
git IN A 192.168.2.41
jenkins IN A 192.168.2.41
dkregistry IN A 192.168.2.41
dkui IN A 192.168.2.41
sql IN A 192.168.2.41
tripbuilder IN A 192.168.2.41
logs IN A 192.168.2.42
dkhost02 IN A 192.168.2.43
fs IN A 192.168.2.43
git IN A 192.168.2.43
dkui IN A 192.168.2.41
jenkins IN A 192.168.2.41