This commit is contained in:
2022-09-03 20:38:36 +00:00
parent 03e41e27d0
commit 1faf8b6218
6 changed files with 44 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ http {
server_name rabbitmq.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:15672/;
proxy_pass http://rabbitmq:15672/;
}
}
@@ -26,7 +26,7 @@ http {
server_name minio.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:9001/;
proxy_pass http://minio:9001/;
}
}

View File

@@ -8,7 +8,7 @@ http {
server_name gitlab.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:1234/;
proxy_pass http://gitlab:80/;
}
}