diff --git a/.deploy-infra/deploy-dev.yaml b/.deploy-infra/deploy-dev.yaml index 07e219f..66c8168 100644 --- a/.deploy-infra/deploy-dev.yaml +++ b/.deploy-infra/deploy-dev.yaml @@ -5,7 +5,7 @@ services: nginx: image: mathwave/sprint-repo:sprint-infra-nginx-dev networks: - - common-infra-nginx + - common-infra-nginx-development ports: - "80:80" - "443:443" @@ -146,5 +146,5 @@ volumes: networks: net: driver: overlay - common-infra-nginx: + common-infra-nginx-development: external: true