From 01b9bf3181d19a207b3bebd3cb13b134c3806a4f Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 19 Oct 2022 17:06:34 +0300 Subject: [PATCH] remove-networks --- .deploy-infra/deploy-dev.yaml | 15 --------------- .deploy-infra/deploy-prod.yaml | 15 +-------------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/.deploy-infra/deploy-dev.yaml b/.deploy-infra/deploy-dev.yaml index 52fd0b1..3fa44d8 100644 --- a/.deploy-infra/deploy-dev.yaml +++ b/.deploy-infra/deploy-dev.yaml @@ -6,11 +6,6 @@ services: image: mathwave/sprint-repo:sprint-infra-nginx-dev networks: - common-infra-nginx - - battleship-nginx - - sprint-nginx - - swarmpit-nginx - - exchange-nginx - - b-jokes-nginx ports: - "80:80" - "443:443" @@ -155,13 +150,3 @@ networks: driver: overlay common-infra-nginx: external: true - battleship-nginx: - external: true - exchange-nginx: - external: true - sprint-nginx: - external: true - b-jokes-nginx: - external: true - swarmpit-nginx: - external: true \ No newline at end of file diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index 6038b79..305ef27 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -6,11 +6,6 @@ services: image: mathwave/sprint-repo:sprint-infra-nginx-prod networks: - common-infra-nginx - - battleship-nginx - - sprint-nginx - - swarmpit-nginx - - exchange-nginx - - b-jokes-nginx ports: - "80:80" - "443:443" @@ -153,13 +148,5 @@ volumes: networks: net: driver: overlay - battleship-nginx: - external: true - exchange-nginx: - external: true - sprint-nginx: - external: true - b-jokes-nginx: - external: true - swarmpit-nginx: + common-infra-nginx: external: true \ No newline at end of file