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