From 8c5023a59c2cdf7f181c654b3cfd8cf1d2a8109a Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 22 Aug 2022 14:51:57 +0300 Subject: [PATCH] net --- .deploy/deploy-dev.yaml | 6 +++--- .deploy/deploy-prod.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index c8414a9..ef7dd3c 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -6,7 +6,7 @@ services: nginx: image: mathwave/sprint-repo:battleship-nginx networks: - - net + - battleship-net ports: - "1236:80" deploy: @@ -22,7 +22,7 @@ services: backend: image: mathwave/sprint-repo:battleship-back networks: - - net + - battleship-net environment: DB_HOST: "pg.develop.sprinthub.ru" DB_PASSWORD: $DB_PASSWORD_DEV @@ -37,5 +37,5 @@ services: order: start-first networks: - net: + battleship-net: driver: overlay diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index c8414a9..ef7dd3c 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -6,7 +6,7 @@ services: nginx: image: mathwave/sprint-repo:battleship-nginx networks: - - net + - battleship-net ports: - "1236:80" deploy: @@ -22,7 +22,7 @@ services: backend: image: mathwave/sprint-repo:battleship-back networks: - - net + - battleship-net environment: DB_HOST: "pg.develop.sprinthub.ru" DB_PASSWORD: $DB_PASSWORD_DEV @@ -37,5 +37,5 @@ services: order: start-first networks: - net: + battleship-net: driver: overlay