File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ services:
129
129
volumes_from :
130
130
- jenkins-data
131
131
jenkins-data :
132
- image : onemoreqa/jenkinsdata:2.452
132
+ # image: onemoreqa/jenkinsdata:2.452
133
+ image : onemoreqa/jenkinsdata:0.0.2
133
134
container_name : jenkins-data
134
135
135
136
#
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ server {
2
2
listen 80 default_server;
3
3
server_name localhost;
4
4
server_name 127.0.0.1;
5
+ server_name onqa.su;
5
6
6
7
location / {
7
- proxy_pass http://172.24 .0.6:8080;
8
+ proxy_pass http://172.23 .0.6:8080;
8
9
proxy_http_version 1.1;
9
10
proxy_set_header Upgrade $http_upgrade;
10
11
proxy_set_header Connection "Upgrade";
11
12
proxy_set_header Host $host;
12
13
proxy_buffering off;
13
14
14
15
location ~ /wd/hub/ {
15
- proxy_pass http://172.24 .0.2 :4444;
16
+ proxy_pass http://172.23 .0.3 :4444;
16
17
}
17
18
18
19
location /video/ {
@@ -22,6 +23,11 @@ server {
22
23
location /jenkins {
23
24
proxy_pass http://0.0.0.0:8080;
24
25
}
26
+
27
+ location /portainer {
28
+ proxy_pass http://0.0.0.0:9443;
29
+ }
30
+
25
31
}
26
32
}
27
33
You can’t perform that action at this time.
0 commit comments