Skip to content

Commit 73b2191

Browse files
author
Egor Gorbunov
committed
debug webhook
1 parent 8913343 commit 73b2191

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

infra/docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ services:
129129
volumes_from:
130130
- jenkins-data
131131
jenkins-data:
132-
image: onemoreqa/jenkinsdata:2.452
132+
#image: onemoreqa/jenkinsdata:2.452
133+
image: onemoreqa/jenkinsdata:0.0.2
133134
container_name: jenkins-data
134135

135136
#

infra/etc/nginx/ggr.conf

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ server {
22
listen 80 default_server;
33
server_name localhost;
44
server_name 127.0.0.1;
5+
server_name onqa.su;
56

67
location / {
7-
proxy_pass http://172.24.0.6:8080;
8+
proxy_pass http://172.23.0.6:8080;
89
proxy_http_version 1.1;
910
proxy_set_header Upgrade $http_upgrade;
1011
proxy_set_header Connection "Upgrade";
1112
proxy_set_header Host $host;
1213
proxy_buffering off;
1314

1415
location ~ /wd/hub/ {
15-
proxy_pass http://172.24.0.2:4444;
16+
proxy_pass http://172.23.0.3:4444;
1617
}
1718

1819
location /video/ {
@@ -22,6 +23,11 @@ server {
2223
location /jenkins {
2324
proxy_pass http://0.0.0.0:8080;
2425
}
26+
27+
location /portainer {
28+
proxy_pass http://0.0.0.0:9443;
29+
}
30+
2531
}
2632
}
2733

0 commit comments

Comments
 (0)