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