From c0001f43a485f81ed3c2e82f6b8fc1c5c4270db6 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 20 Oct 2022 00:08:10 +0300 Subject: [PATCH] nginx port --- .deploy/deploy-dev.yaml | 3 --- .deploy/deploy-prod.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index e442189..6e304b2 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -7,7 +7,6 @@ services: image: mathwave/sprint-repo:battleship-nginx networks: - battleship-net - - battleship-nginx - common-infra-nginx deploy: mode: replicated @@ -54,7 +53,5 @@ services: networks: battleship-net: driver: overlay - battleship-nginx: - external: true common-infra-nginx: external: true diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index 9ceacd7..26d17f9 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -7,7 +7,6 @@ services: image: mathwave/sprint-repo:battleship-nginx networks: - battleship-net - - battleship-nginx - common-infra-nginx deploy: mode: replicated @@ -53,7 +52,5 @@ services: networks: battleship-net: driver: overlay - battleship-nginx: - external: true common-infra-nginx: external: true \ No newline at end of file