From a6b66b079107f0065fcd5f9c8c5f52bf143ca68a Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 4 Sep 2022 10:07:18 +0300 Subject: [PATCH] fix --- .deploy-infra/deploy-prod.yaml | 3 +++ .deploy-swarmpit/deploy-dev.yaml | 2 ++ .deploy-swarmpit/deploy-prod.yaml | 2 ++ nginx/nginx-prod/nginx-prod.conf | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index bdbff32..51256b0 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -10,6 +10,7 @@ services: - battleship-nginx - sprint-nginx - swarmpit-nginx + - gitlab-nginx deploy: mode: replicated replicas: 1 @@ -120,4 +121,6 @@ networks: sprint-nginx: external: true swarmpit-nginx: + external: true + gitlab-nginx: external: true \ No newline at end of file diff --git a/.deploy-swarmpit/deploy-dev.yaml b/.deploy-swarmpit/deploy-dev.yaml index 1edc6f0..474b450 100644 --- a/.deploy-swarmpit/deploy-dev.yaml +++ b/.deploy-swarmpit/deploy-dev.yaml @@ -16,6 +16,8 @@ services: networks: - net - swarmpit-nginx + ports: + - "888:8080" deploy: resources: limits: diff --git a/.deploy-swarmpit/deploy-prod.yaml b/.deploy-swarmpit/deploy-prod.yaml index 1edc6f0..474b450 100644 --- a/.deploy-swarmpit/deploy-prod.yaml +++ b/.deploy-swarmpit/deploy-prod.yaml @@ -16,6 +16,8 @@ services: networks: - net - swarmpit-nginx + ports: + - "888:8080" deploy: resources: limits: diff --git a/nginx/nginx-prod/nginx-prod.conf b/nginx/nginx-prod/nginx-prod.conf index dc3bcb9..84d6497 100644 --- a/nginx/nginx-prod/nginx-prod.conf +++ b/nginx/nginx-prod/nginx-prod.conf @@ -26,7 +26,7 @@ http { server_name rabbitmq.sprinthub.ru; location / { - proxy_pass http://rabbitmq:15672/; + proxy_pass http://rabbitmq:15671/; } }