moved some services over to dkhost02
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
image: "jenkins:alpine"
|
image: "jenkins:alpine"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/shared/jenkins/home:/var/jenkins_home
|
- /var/lib/jenkins:/var/jenkins_home
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "5001:5000"
|
- "5001:5000"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ server {
|
|||||||
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://192.168.2.41:8081;
|
proxy_pass http://192.168.2.43:8081;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,6 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://192.168.2.43:8080;
|
proxy_pass http://192.168.2.43:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# jenkins.xai-corp.net
|
# jenkins.xai-corp.net
|
||||||
@@ -57,7 +56,7 @@ server {
|
|||||||
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://192.168.2.41:8080;
|
proxy_pass http://192.168.2.43:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -73,7 +72,7 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
proxy_pass http://192.168.2.41:9000;
|
proxy_pass http://192.168.2.43:9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
1
dockerfiles/sslproxy/readme.md
Normal file
1
dockerfiles/sslproxy/readme.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DOCKER_HOST=dkhost02:2376 docker-compose up -d --build
|
||||||
@@ -30,14 +30,15 @@ gluster IN A 192.168.2.12
|
|||||||
home02 IN A 192.168.2.22
|
home02 IN A 192.168.2.22
|
||||||
|
|
||||||
dkhost01 IN A 192.168.2.41
|
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
|
dkregistry IN A 192.168.2.41
|
||||||
dkui IN A 192.168.2.41
|
|
||||||
sql IN A 192.168.2.41
|
sql IN A 192.168.2.41
|
||||||
tripbuilder IN A 192.168.2.41
|
tripbuilder IN A 192.168.2.41
|
||||||
|
|
||||||
logs IN A 192.168.2.42
|
logs IN A 192.168.2.42
|
||||||
|
|
||||||
dkhost02 IN A 192.168.2.43
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user