moved some services over to dkhost02
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user