From 10eef2bd4010aebe74ec339f7169e63bf5ea4c52 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 5 Sep 2022 19:51:56 +0300 Subject: [PATCH] ssl --- .deploy-infra/deploy-prod.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index 71ddd7b..94296d9 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -1,22 +1,6 @@ version: "3.6" services: - ssl: - image: mathwave/sprint-repo:sprint-infra-ssl-prod - ports: - - "443:443" - networks: - - net - deploy: - mode: replicated - replicas: 1 - restart_policy: - condition: any - placement: - constraints: [node.role == manager] - update_config: - parallelism: 1 - order: start-first nginx: image: mathwave/sprint-repo:sprint-infra-nginx-prod @@ -27,6 +11,7 @@ services: - swarmpit-nginx ports: - "80:80" + - "443:443" deploy: mode: replicated replicas: 1