diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index 9df3b65..42c24a5 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -7,7 +7,6 @@ services: image: mathwave/sprint-repo:sprint-nginx networks: - net - - sprint-nginx - common-infra-nginx deploy: mode: replicated @@ -196,7 +195,5 @@ services: networks: net: driver: overlay - sprint-nginx: - external: true common-infra-nginx: external: true \ No newline at end of file diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index 777804a..9906b78 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -7,7 +7,6 @@ services: image: mathwave/sprint-repo:sprint-nginx networks: - net - - sprint-nginx - common-infra-nginx deploy: mode: replicated @@ -203,7 +202,5 @@ services: networks: net: driver: overlay - sprint-nginx: - external: true common-infra-nginx: external: true